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

Viktor Somogyi updated KAFKA-6934:
----------------------------------
    Description: 
Reproduction:

Start a broker listening to localhost:9092.

Start a console consumer with the following options:

{code}

bin/kafka-console-consumer.sh --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.

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


> 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
>            Assignee: Viktor Somogyi
>            Priority: Major
>
> Reproduction:
> Start a broker listening to localhost:9092.
> Start a console consumer with the following options:
> {code}
> bin/kafka-console-consumer.sh --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)

Reply via email to