Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc has been updated to 4.26, GeneratedMessageV3 has changed to GeneratedMesssage #3047

Open
krickert opened this issue Mar 16, 2024 · 2 comments

Comments

@krickert
Copy link

Within the schema registry code for protocol buffers needs to be updated to work with the latest version 4.26

So far I see that GeneratedMessageV3 has been moved to GeneratedMessage. I'm sure there might be many others.

@krickert
Copy link
Author

GeneratedMessageV3 is all in the tests. I'm trying to compile it locally, then I can make a patch

@krickert
Copy link
Author

Has anyone looked into this? It's recommended never to use the GeneratedMessageV3 in code. It's all over the testing suite, but I can't get this to complie on my osx machine. I'd be glad to update the code, it should just work if you change the protocol buffer to the latest, 4.26, and use GeneratedMesasage instead of GeneratedMessageV3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant