Re: Kafka 0.8.2 log cleaner

2014-11-30 Thread Mathias Söderberg
Does the log cleaner in 0.8.2 support topics with compressed messages? IIRC that wasn't supported in 0.8.1.1. On 29 November 2014 at 17:23, Jun Rao wrote: > Yes, log cleaner is in 0.8.2. You just need to set the retention policy of > a topic to "compact". > > Thanks, > > Jun > > On Thu, Nov 27,

Re: Kafka 0.8.2 log cleaner

2014-11-30 Thread Manikumar Reddy
Log cleaner does not support topics with compressed messages. https://issues.apache.org/jira/browse/KAFKA-1374 On Sun, Nov 30, 2014 at 5:33 PM, Mathias Söderberg < mathias.soederb...@gmail.com> wrote: > Does the log cleaner in 0.8.2 support topics with compressed messages? IIRC > that wasn't sup

Getting consumers list from Kafka Metadata API

2014-11-30 Thread Mo Firouz
Hi guys, I was wondering if I could get a list of consumers / consumer groups from Kafka directly without the use of Zookeeper? Bonus point goes if I can get a list of producers too? I'm currently working on a little monitoring tool for Kafka 0.8 ( https://github.com/mofirouz/kafka-monitor). Hop