I can consume avro serialized data from kafka like this: bin/kafka-console-consumer.sh --bootstrap-server xxx:9092 --topic xxx --property print.key=true --formatter io.confluent.kafka.formatter.AvroMessageFormatter --property schema.registry.url=http://xxx:8088
It is possible to send avro serialized data to kafka using kafka-console-producer.sh? Thanks, Lei wangl...@geekplus.com.cn