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
You can create your Custom Avro serialiser, then even without Schema registry you would be able to produce records to topics. Check below article.
https://codenotfound.com/spring-kafka-apache-avro-serializer-deserializer-example.html
Here they have use Kafkatemplate . I have tried using
KafkaProducer UserKafkaProducer
It is working fine But if you want to use KafkaAvroSerialiser, you need to give Schema registryURL