Kafka topic not created after applied kafkatopic yaml #6223
Unanswered
jackkuo17live
asked this question in
Q&A
Replies: 1 comment
-
That error suggests that the broker cannot be rolled. Possibly due to some replicas not being in-sync? B ut could be other reasons as well. DEBUG level logging should give you more details if needed. |
Beta Was this translation helpful? Give feedback.
0 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.
-
When I apply the kafkatopic yaml file such as belowing:
I use k9s tool and use
:kafkatopic
command. I see the topic is created.But I use a kafka monitor tool called
kowl
I can't find the topic.And I get the following error(which is in
strimzi-cluster-operator
deployment):k9s screenshot:

kowl screencshot

Beta Was this translation helpful? Give feedback.
All reactions