Re: Offset Tools

2016-07-11 Thread Jörg Wagner
Hello Jan, Thanks for the information and also offer. I might come back to that some day, but for now we seem to have located the issue: the consumer was noch consuming as expected. Hence the consumer group is not yet known to kafka and can not be seen. Cheers Jörg On 11.07.2016 14:07, Jan

Re: Offset Tools

2016-07-11 Thread Jan Omar
Hi Joerg, We recently built a tool for fetching current offsets (per partition) for a given consumer group. Also for setting the group to a specific offset. It even allows to reset a consumer group to a given timestamp by running bisect (binary search) on the messages. Unfortunately we're