-
Notifications
You must be signed in to change notification settings - Fork 101
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
Avro deserialization fails in 1.1.18 #326
Comments
I have the same error but when producing a message, also using GSR 1.1.18, abridged stack trace below. This is the only web page I could find with "ava.lang.NoSuchFieldError: IDENTITY_PROVIDERS" text in it. This sems to be very new. |
I solved the earlier issue by upgrading all AWS maven dependencies. Here´s a list of the dependencies I used:
|
Back to the same problem, out of a sudden and unannounced. |
I am trying to consume a topic written with Spring Cloud stream with kafka native serialization. We used GSR 1.1.17 version to write the messages.
My consumer also a spring cloud stream application with following configuration.
NoSuchMethodError
fromGlueSchemaRegistryDeserializerDataParser
when running on JDK 8 #322 when I use 1.1.17.Is there something I am missing?
The text was updated successfully, but these errors were encountered: