auto.create.topics.enable: "false" ignored #6634
Replies: 2 comments 5 replies
-
How do you know the topic was auto-created and not intentionally created by your application?
It is not clear where do you get the error. You also didn't shared any logs or full custom resources (including the |
Beta Was this translation helpful? Give feedback.
-
I believe this is the case because its a random ID added after the topic name such as
Apologies, this error is from the application. Were do i find the output from Full custom resource is
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm testing strimzi with a basic app that uses faust-streaming. Faust likes to auto create topics if they do not exist which I currently want to disable.
In my kafka deployment yaml I am setting
auto.create.topics.enable: "false"
under the config section however this is being ignored and faust is still auto creating the topicsFull kafka-deployment.yaml
In addition, if i create a topic through a yaml file as outlined in the quick start guide, this applies and I can see it within rancher. However none of my faust producers and consumers can see or use this topic. What am i missing here?
The error i get is
[2022-04-05 23:15:47,104] [1] [ERROR] Topic test-topic not found in cluster metadata
Beta Was this translation helpful? Give feedback.
All reactions