Sandor Murakozi created KAFKA-6934:
--------------------------------------
Summary: 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
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)