Re: Writing a consumer offset checker

2016-12-02 Thread Vahid S Hashemian
d the code should go in fairly quickly. --Vahid From: Jon Yeargers To: users@kafka.apache.org Date: 12/02/2016 04:40 AM Subject: Writing a consumer offset checker I want to write my own offset monitor so I can integrate it with our alerting system. I've tried Java and Java +

Re: Writing a consumer offset checker

2016-12-02 Thread Tobias Adamson
Hi Jon We have written an offset check in python for the new consumer groups. I've filed a bug against pykafka with some admin command support here https://github.com/Parsely/pykafka/issues/620#issuecomment-264258141 That you could use right now If not I should be able to release an offset chec

Writing a consumer offset checker

2016-12-02 Thread Jon Yeargers
I want to write my own offset monitor so I can integrate it with our alerting system. I've tried Java and Java + Scala but have run into the same problem both times. (details here: http://stackoverflow.com/questions/40808678/kafka-api-offsetrequest-unable-to-retrieve-results ) If anyone has a work