Can I delete a Kafka Partition version 0.10.0.1 -
we have requirement demands delete/purge data given partition within topic. using kafka 0.10.0.1. there way can delete entire partition content on demand? if yes how. see can use log compaction post null message key , delete other there way achieve deletion?
kafka not support reducing number of partitions topic, no out-of-box tool offered used remove partition directly.
Comments
Post a Comment