-
Hi all, Another basic question from this guy. I'm trying to run a kafka connector jdbc and I'm having problems creating a topic because the user does not have permission. This is the error I get: indeed the topic does not exist and I wonder can the kafka user get permissions to create the topic or I also need to create a kafka-topic first? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
KafkaConnect
custom resource has a section for configuring authentication. If you want Connect to connect to Kafka as some user, you have to specify it in the there. You can check the examples (IIRC there is example for both TLS and SCRAM-SHA) and the docs.