Azure / azure-schema-registry-for-kafka

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

Update README with Note on Registering Generated Schemas #58

Open nickghardwick opened 2 months ago

nickghardwick commented 2 months ago

This pull request updates the README file in the samples with a note calling out an uncommon mismatch of schemas between what is sent to the service during serialization and what was previously registered in Schema Registry. These instructions outline the steps of registering the schema that is created after generating the sources classes to ensure this mismatch behavior is avoided.