Duplicate CRs for same kafka topic #9796
Unanswered
Sharad-SKJ052
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This might be caused by various things. For example the topic being created first by your Kafka client is you have topic auto.creation enabled. If you check the configuration of the other topic and se that it has the Kafka defaults, it wuld suggest this might be the case. Maybe you should consider upgrading and using the Unidirectional Topic Operator that works a bit differently and might not do this. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi Team ,
We are running on Kubernetes version 1.28 and kafka version 3.4.0 .
We are using boiler plate kafka cluster code which is available on strimzi GitHub with slight modification.
We are trying to create below topic
In the cluster when I am applying the above configuration it is creating two topic , one with the provided CR and another having the CR name appended with some hash value .
My assumption here is 2nd topic is being created by strimzi directly.
Is there any specific property which we have to define on the cluster to stop this behaviour.
Any insights here would be valuable
FYI - @scholzj
Beta Was this translation helpful? Give feedback.
All reactions