You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Uma Maheswari <um...@gmail.com> on 2019/10/10 15:56:00 UTC

Records will null value (tombstone) not removed during compaction

I have a topic with cleanup.policy set to compact. segment.ms and delete.retention.ms are configured for the topic. Compaction is happening but records with null value are not removed (tombstone). Whereas when segment.bytes is configured for the topic, records with null values are removed. Please help me.

Thanks,
Uma