Hey team, we are setting up contract testing for a messaging service using Kafka. It's using Avro schema registry. We are following this
doc for the implementation & Its failing right now when it tries to deserialize the message on provider side with some unknown characters in actual deserialized message. Do you have any examples for avro schemas or anyone aware of such issue and how we set a deserializer for provider message.