You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
look like 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
The text was updated successfully, but these errors were encountered:
raphaelauv
changed the title
Cached Registry do not retrieve to schema-registry new schema at run time
deser with Cached Registry do not retrieve to schema-registry new schema at run time
Jul 20, 2022
jobcloud/php-kafka-lib#72
look like 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
The text was updated successfully, but these errors were encountered: