Hello everyone,
Recently, I joined a project where we have microservices communicating via Kafka, using Avro and Schema Registry.
I want to ask for your opinion: would it make sense to introduce contract tests in this case? Would they provide any additional value beyond the validation done by the Schema Registry?
I’ve searched for examples in many places but found nothing concrete.
Perhaps someone here has tried this approach or at least considered it and reached some conclusions?