You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Manikumar (JIRA)" <ji...@apache.org> on 2018/06/19 11:28:00 UTC

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

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

Manikumar resolved KAFKA-6934.
------------------------------
    Resolution: Won't Fix

Csv reporter works with old consumer. Old consumer related options will be removed from the console consumer in KAFKA-2983.

> 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)