Kafka web console error

2015-03-04 Thread Bhuvana Baskar
Hi, Using kafka-Web-Console: when i run the command play start, it works fine. I tried to register the zookeeper, but getting the below error. *java.nio.channels.ClosedChannelException* at

Kafka performance test failed

2015-02-26 Thread Bhuvana Baskar
Hi, I am using kafka_2.9.2-0.8.1.1 Intended to run performance test using run-simulator.sh file. I started zookeeper and kafka server and finally run the below command /run-simulator.sh -kafkaServer=localhost -numTopic=10 -reportFile=report-html/data -time=15 -numConsumer=20 -numProducer=40

How to measure performance metrics

2015-02-24 Thread Bhuvana Baskar
Hi, Please let me know how to measure the performance metrics while pushing/consuming the message to/from the topic. Thanks.

How to find the number of message in the topic

2015-02-22 Thread Bhuvana Baskar
Hi, Please let me know how to find the total number of messages in a particular topic. Regards, Bhuvana