You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/24 16:49:00 UTC

[jira] [Commented] (KAFKA-7767) Console consumer should be able to print headers and partition/offsets

    [ https://issues.apache.org/jira/browse/KAFKA-7767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16728456#comment-16728456 ] 

ASF GitHub Bot commented on KAFKA-7767:
---------------------------------------

berman7 commented on pull request #6065: added offsets and headers to consumer cli (KAFKA-7767)
URL: https://github.com/apache/kafka/pull/6065
 
 
   added configs:
   print.offsets=true|false (print partition/offset pair)
   print.headers=single_line|line_per_header|false (print headers in one line (to be able to grep on it) or in separate lines).
   headers.separator=<headers.separator> (separate between each header, if print.headers==single_line)
   headers.kv.separator=<headers.kv.separator> (separate between each key and value).
   
   https://issues.apache.org/jira/browse/KAFKA-7767
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Console consumer should be able to print headers and partition/offsets
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-7767
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7767
>             Project: Kafka
>          Issue Type: Task
>          Components: tools
>            Reporter: Noam Berman
>            Priority: Major
>
> The console consumer should accept configuration that instructs it to print the headers per message, and also the partition/offset pair.
>  



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