Re: Query on kafka queue message purge.
Using the kafka-topics.sh script, simply set the retention in a way to remove the message: Kafka-topics.sh –zookeeper --alter –config retention.ms= --topic This is actually deprecated, but still works in newer kafka 0.10.0. Note: cleanup=delete is required for this. This policy will only e
Query on kafka queue message purge.
Hi Team, I need a help for my query Is there any way to remove the message from kafka queue with out stopping zookeeper or topic server or cluster. Thanks, Rudra