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

[jira] [Commented] (KAFKA-6934) Csv reporter doesn't work for ConsoleConsumer

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

Viktor Somogyi commented on KAFKA-6934:
---------------------------------------

I'll pick this up if you don't mind.

> Csv reporter doesn't work for ConsoleConsumer
> ---------------------------------------------
>
>                 Key: KAFKA-6934
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6934
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 1.1.0, 2.0.0
>            Reporter: Sandor Murakozi
>            Priority: Major
>
> Reproduction:
> Start a brokerĀ listening to localhost:9092.
> Start a console consumer with the following options:
> {code}
> kafka-console-consumer --topic test --bootstrap-server localhost:9092 --csv-reporter-enabled --metrics-dir /tmp/metrics
> {code}
> The consumer consumes messages sent to the test topic, it will (re)create theĀ /tmp/metrics dir, but it will not produce any metrics/files in that dir.



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