Replies: 1 comment 14 replies
-
Kafka Connect requires more permission in order to connect to Kafka, it needs to be able to produce and consume to offset, config and status topis. The permissions on the Kafka User is insufficient. |
Beta Was this translation helpful? Give feedback.
14 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.
-
Hello,
I have enabled TLS communication in my Kafka cluster to connect with an external client.
I have also create a KafkaUser
My KafkaConnect resource looks like this:
When I deploy the KafkaConnect I get the following error:
How does TLS influence the connection to the connect topics? Am I missing something in my yaml files? Are the certificates well configured in tha KafkaConnect yaml file?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions