-
Notifications
You must be signed in to change notification settings - Fork 914
schema registry protobuf serialization exception after upgrading to 2.7.0 #1904
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
Comments
Hi, I have the same problem, to temporary solve it I fixed the version 2.6.1 in the project. |
For Protobuf, this library needs changes from confluentinc/schema-registry#3276, which will be in the next CP patch releases. |
I believe this is fixed by #1948 |
I'm still seeing the error, even after upgrading to 2.9.0. The Traceback is slightly more informative:
and ends in
|
@jbouricius , which version of CP are you using? |
Our Schema Registry is running Confluent Platform 7.5.1 |
@jbouricius , you need to use one of the latest CP releases, such as CP 7.5.8 |
Running version 2.6.1 of the library, this is approximately my code:
where
Foo
is some proto class already registered as the schema for the topic. This works exactly as I expect.After upgrading to 2.7.x or 2.8.0, the same exact code hits an exception ending in this traceback:
I didn't see anything in the changelogs that indicated there was a breaking change here. Am I missing a change or is there some other problem? Any other information I can provide?
The text was updated successfully, but these errors were encountered: