KafkaTopic not working (topics not created) #6928
-
I'm trying to create a KafkaTopic resource using strimzi, however the topic is not create on kafka. When listing the KafkaTopic resources, I can see that the KafkaTopic is created but the state is not ready:
When describing the resource, I can't see a relevant event:
Also I've noticed that in the cluster operator logs, there is no sign of a topic creation or the creation of the topic operator. here is my KafkaTopic yaml file:
Here is my kafka cluster yaml file:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
May not be connected , but I had some error logged in entity operator log , when my topic was not created . |
Beta Was this translation helpful? Give feedback.
-
As with the previous questions you raised. You need to share more details for anyone to be able to help you:
You should also check for previous discussions with similar topics as that might be helpful to you as well. |
Beta Was this translation helpful? Give feedback.
-
I've found what I was missing. In fact I've forgot to add the entity operator attribute to the Kafka cluster yaml file, here is the part that was missing:
|
Beta Was this translation helpful? Give feedback.
I've found what I was missing. In fact I've forgot to add the entity operator attribute to the Kafka cluster yaml file, here is the part that was missing: