Azure / azure-schema-registry-for-kafka

Kafka support for Azure Schema Registry.
https://aka.ms/schemaregistry
MIT License
13 stars 20 forks source link

Deserialize SpecificRecord Fix #35

Closed nickghardwick closed 1 year ago

nickghardwick commented 2 years ago

This PR fixes a bug in the custom implementation of the KafkaAvroDeserializer that treated all incoming records as GenericRecords. The fix now deserializes incoming records using the respective class of the object specified when creating the deserializer.

Changes: