You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Sakalya Deshpande (JIRA)" <ji...@apache.org> on 2018/11/04 11:05:00 UTC

[jira] [Updated] (KAFKA-7587) Support for Protocol Buffers Message Format in kafka-console-consumer script

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

Sakalya Deshpande updated KAFKA-7587:
-------------------------------------
    Description: 
Currently there is no support for Protocol Buffers Message format in kafka-console-consumer

so,it is not possible to see those messages from command prompt.It would be nice to have command like this

./kafka-console-consumer.sh --topic <topic-name> --serializer <Custom_ProtoBuff_Deserializer>

  was:
Currently there is no support for Protocol Buffers Message format in kafka-console-consumer

so,it is not possible to see those messages from command prompt.It would be nice to have command like this

./kafka-console-consumer.sh --topic <topic-name> --serializer <Custom_ProtoBuff_Serializer>


> Support for Protocol Buffers Message Format in kafka-console-consumer script
> ----------------------------------------------------------------------------
>
>                 Key: KAFKA-7587
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7587
>             Project: Kafka
>          Issue Type: Improvement
>          Components: clients, tools
>    Affects Versions: 2.0.0
>            Reporter: Sakalya Deshpande
>            Priority: Major
>
> Currently there is no support for Protocol Buffers Message format in kafka-console-consumer
> so,it is not possible to see those messages from command prompt.It would be nice to have command like this
> ./kafka-console-consumer.sh --topic <topic-name> --serializer <Custom_ProtoBuff_Deserializer>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)