Re: get Kafka version

2016-02-15 Thread Wollert, Fabian
you could use JMX to retrieve the version number: in kafka 0.9 its here: kafka.server:type=app-info,id= in kafka 0.8 its here: kafka.common:name=Version,type=AppInfo Cheers Fabian 2016-02-15 17:36 GMT+01:00 Yousef Abu Ulbeh : > Hi, > > i am using Kafka with our product and i want to know how we

Re: Per Topic Metrics

2015-12-15 Thread Wollert, Fabian
u should be able to find all those things in JMX, too. Note that some > metrics are in Broker, some in Producer, and some in Consumer JMX. > > Otis > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consulting Support Training - http

Per Topic Metrics

2015-12-10 Thread Wollert, Fabian
Hi everyone, when i browse via jconsole through a freshly started kafka 0.8.2.1 JVM i can only find metrics for the whole broker (like MessagesInPerSec in kafka.server:name=MessagesInPerSec,type=BrokerTopicMetrics") but not per topic. what am i missing, e.g. where can i find those metrics? the doc

Re: Kafka Zookeeper Issues

2015-08-05 Thread Wollert, Fabian
nce/display/KAFKA/Kafka+data+structures+in+Zookeeper > > Hopefully that helps debug your issue. > > Thank you, > Grant > > On Mon, Aug 3, 2015 at 5:20 AM, Wollert, Fabian > > wrote: > > > hi everyone, > > > > we are trying to deploy Kafka 0.8.2.1 and Zooke

Kafka Zookeeper Issues

2015-08-03 Thread Wollert, Fabian
hi everyone, we are trying to deploy Kafka 0.8.2.1 and Zookeeper on AWS using Cloudformation, ASG's and other Services. For Zookeeper we are using Netflix' Exhibitor (V 1.5.5) to ensure failover stability. What we are observing right now is that after some days our Brokers are not registered anym