Re: Send a AVRO message from kafka producer
If you use the Confluent Platform it comes with kafka-avro-console-producer script. It integrates with schema registry to help you validate your avro data. On Mon, Oct 31, 2016 at 4:28 AM, ZHU Hua B wrote: > Hi, > > > If there is a method to send a Avro payloads within Kafka messages using > sc
Send a AVRO message from kafka producer
Hi, If there is a method to send a Avro payloads within Kafka messages using script "kafka-console-producer.sh"? Thanks! Best Regards Johnny