You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Eric Thiebaut-George (JIRA)" <ji...@apache.org> on 2017/12/01 12:53:00 UTC

[jira] [Created] (KAFKA-6293) Support for Avro formatter in ConsoleConsumer With Confluent Schema Registry

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)