Skip to content
Discussion options

You must be logged in to vote

When you set delete.topic.enable to false, a topic that already exists cannot be deleted regardless of your auto.create.topics.enable setting. auto.create.topics.enable control only how it is auto-created if it does not exist. But when you disable deletion, it will already exist so it will not matter.

So overall, if you have delete.topic.enable: false, then yes, if you delete the KafkaTopic resource, it will be just recreated by the operator as it will still exist in Kafka. This is expected behavior.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@blintgit
Comment options

Answer selected by blintgit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants