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,
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
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