Strimzi topic operator creating automatic topics #5358
shreyasarani23
started this conversation in
General
Replies: 1 comment 11 replies
-
What version of Strimzi do you use? I tried your reproducer with the latest image. Everything works as expected and the Topic resource is ready. Also listing topics from the Kafka broker contains the correctly named topic.
|
Beta Was this translation helpful? Give feedback.
11 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Following is the yaml file for creating topics
I want my topic to be named as ad_click. But I know that kubernetes doesn't support metadata.name to have underscore. So I have used spec.topicName and created the topic. But when I do
kubectl get KafkaTopics -n kafka
I see that the Topic Operator has created topics by appending a hash to the topic name. Even though I have usedspec.topicName
why it is creating the topics appending hash to the topic? And also these are not in ready state.please help me to resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions