Re: Possible bug in ConfluentSchemaRegistryDeserializerProvider withe schema evolution

2022-07-29 Thread Alexey Romanenko
Thanks for the question! Interesting... I didn’t go deep into the details yet (I will!) but can it be related to this change? [1][2] [1] https://issues.apache.org/jira/browse/BEAM-10759 [2] https://github.com/apache/beam/pull/12630

Re: Possible bug in ConfluentSchemaRegistryDeserializerProvider withe schema evolution

2022-07-28 Thread Cristian Constantinescu
Attaching these two links which kinda point in the same direction as my previous e-mail: https://ambitious.systems/avro-writers-vs-readers-schema https://ambitious.systems/avro-schema-resolution On Thu, Jul 28, 2022 at 4:31 PM Cristian Constantinescu wrote: > Hi everyone, > > When using

Possible bug in ConfluentSchemaRegistryDeserializerProvider withe schema evolution

2022-07-28 Thread Cristian Constantinescu
Hi everyone, When using KafkaIO to deserialize to avro SpecificRecords in combination with ConfluentSchemaRegistryDeserializerProvider, it fails when the schema in the avro generated classes (theSpecificRecords) and the schema registry schema (used to serialize the given message) mismatch. My