Topics getting recreated after deletion #5582
Unanswered
opsocomusr
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Well, it depends on who is recreating them. It could be a bug in the topic operator, but it also could be your apps recreating them. I guess a good start might sharing a debug log from the Topic Operator when it is happening. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are deleting the kafka topic resource using
kubectl delete kafkatopic TOPIC-NAME
but the topics are automatically recreated after some time. We have the settingsdelete.topic.enable: true
andauto.create.topics.enable: false
in the broker configuration.Why are the topics recreated even after manual deletion of all topics? Is there any configuration that will disable the topics from getting recreated?
Beta Was this translation helpful? Give feedback.
All reactions