Re: Seeing old tombstones in compacted topic

2018-07-23 Thread Ted Yu
Looking at some recent JIRAs, such as KAFKA-6568, which came in after the release of 0.11.0 Would that possibly be related to what you observed ? Cheers On Mon, Jul 23, 2018 at 6:23 PM Mitch Seymour wrote: > Hi all, > > We're using version 0.11.0 of Kafka (broker and client), and our Kafka >

Seeing old tombstones in compacted topic

2018-07-23 Thread Mitch Seymour
Hi all, We're using version 0.11.0 of Kafka (broker and client), and our Kafka Streams app uses a compacted topic for storing it's state. Here's the output of kafka-topics.sh --describe: Topic:mytopic PartitionCount:32 ReplicationFactor:2 Configs:retention.ms=43200,cleanup.policy=compact