devshawn / kafka-gitops

🚀Manage Apache Kafka topics and generate ACLs through a desired state file.
https://devshawn.github.io/kafka-gitops
Apache License 2.0
320 stars 71 forks source link

Improve documentation on --no-delete flag #33

Open devshawn opened 4 years ago

devshawn commented 4 years ago

As many users already have a cluster with topics/ACLs defined, we should provide better documentation for using kafka-gitops against an existing Kafka cluster. This includes improving the documentation around the --no-delete flag and topic blacklist setting.

gquintana commented 3 years ago

As I deleted everything on my dev cluster on my first attempt with kafka-gitops, I would prefer to inverse the flag and get an --allow-delete flag. For safety reasons, to avoid tears, it would be a wise change.