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

deser with Cached Registry do not retrieve to schema-registry new schema at run time #71

Open
raphaelauv opened this issue Jul 20, 2022 · 1 comment

Comments

@raphaelauv
Copy link

jobcloud/php-kafka-lib#72

the avro deserializer (with cached registry) do not fetch new schema versions at run time but deserialize with the existing cached schema even if it's not the one used to serialize the message

the deserilization should (like it work for the confluent lib) fetch the new schema

( if user did not fix the version ( id of schema) it want for deserialization)

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

2 participants