I\'m a noob to Kafka and Avro. So i have been trying to get the Producer/Consumer running. So far i have been able to produce and consume simple Bytes and Strings, using the fol
While the checked answer is all correct, it should also be mentioned that schema registration can be disabled.
Simply set auto.register.schemas to false.
auto.register.schemas
false