avro-serde-php icon indicating copy to clipboard operation
avro-serde-php copied to clipboard

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

Open raphaelauv opened this issue 3 years ago • 1 comments

https://github.com/jobcloud/php-kafka-lib/issues/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)

raphaelauv avatar Jul 20 '22 16:07 raphaelauv

any update on this?

ebrahimradi avatar Apr 06 '23 10:04 ebrahimradi