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

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

     [ https://issues.apache.org/jira/browse/KAFKA-6293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Thiebaut-George updated KAFKA-6293:
----------------------------------------
    Description: 
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

PR: https://github.com/apache/kafka/pull/4282


  was:
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


> 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
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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
> PR: https://github.com/apache/kafka/pull/4282



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)