Replies: 1 comment 6 replies
-
You hypothesis is wrong:
The Connect error you have suggests that it is either having troubles connecting to the Kafka broker or trouble creating the topic. Without the full logs from both, it is not easy to say what could be the issue. I think the configuration looks good. |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi! As I'm troubleshooting a cluster that is not starting up, I found that my topics fail with this message:
This lead me to troubleshoot the topics, and the topic operator itself. However, I've found mismatched configuration between the way that I've configured (and deployed) the cluster operator and what the topic operator actually has.
Here's my configuration:
However, when I review the topic operator logs, I find that it is using a different configuration:
So, my hypothesis is that the topic operator cannot connect to the zookeper/boostraping servers and that's why the topic creation is failing. Am I on the right track? How do I set the right properties?
Update: Adding the kafka pod logs and the kafka connect pod logs.
Beta Was this translation helpful? Give feedback.
All reactions