Hey team, we are setting up contract testing for a...
# pact-jvm
p
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.
m
You will need to use a plugin for this. @Ali Ustek from the community has created https://github.com/austek/pact-avro-plugin/ for just this purpose
👀 1