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

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -