wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.92k stars 2.73k forks source link

Kafka always restore data, how to delete it completely in swarm mode #702

Open DimaKalbfleysh opened 2 years ago

DimaKalbfleysh commented 2 years ago

I have kafka running in swarm mode.

Kafka always restore data, how to delete it completely in swarm mode?

i tried deleting all volumes. i tried to remove the whole stack.

nothing helps

Please tell me how to delete data so that in kafka docker swarm mode

TBragi commented 2 years ago

You don't provide much details, but perhaps this cheatsheet can help you?

Sounds like you are deleting the partitions manualy while the kafka cluster has it replicated?