Are there any errors? Were you able to get reporting working for
ProducerPerformance?
Thanks,
Jun
On Thu, Jan 23, 2014 at 10:52 AM, Kazue Watanabe wrote:
> Hi,
>
> I've been trying to add --csv-reporter-enabled option for
> kafka-consumer-performance.sh by going through he following steps, but
Hi,
I've been trying to add --csv-reporter-enabled option for
kafka-consumer-performance.sh by going through he following steps, but
unable to add it:
(1) Added the code (copied from ProducerPerformance.scala in the same
directory) to perf/src/main/scala/kafka/perf/ConsumerPerformance.scala
(2)