Eric Thiebaut-George created KAFKA-6293:
-------------------------------------------
Summary: Support for Avro formatter in ConsoleConsumer With
Confluent Schema Registry
Key: KAFKA-6293
URL: https://issues.apache.org/jira/browse/KAFKA-6293
Project: Kafka
Issue Type: Improvement
Components: core
Reporter: Eric Thiebaut-George
Add the ability the display Avro payloads when listening for messages in
kafka-console-consumer.sh.
The proposed PR will display Avro payloads (in JSON) when executed with the
following parameters:
bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic mytopic
--confluent-server localhost:8081 --formatter kafka.tools.AvroMessageFormatter
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)