avro-serde-php
avro-serde-php copied to clipboard
deser with Cached Registry do not retrieve to schema-registry new schema at run time
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)
any update on this?