Docker – How to enable Kafka schema validation
I have a stack which consists of 3 Kafka instances a producer and a consumer and a schema registry. The producer sends a topic "Person" all the time and the consumer just receives it. I have created an AVRO schema…