Replies: 4 comments 3 replies
-
The Connector does not configure any authentication. That is done in the KafkaConnect resource which already has an example. So I'm not sure what is there to add. |
Beta Was this translation helpful? Give feedback.
-
I am using KafkaConnector with class io.debezium.connector.mysql.MySqlConnector. database.history.security.protocol: "SASL_SSL" |
Beta Was this translation helpful? Give feedback.
-
Do you know why i am with this error in KafkaConnector: org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata ? My yamls:
|
Beta Was this translation helpful? Give feedback.
-
I am also in doubt about KafkaUser, there is a user file in the examples/security/scram-sha-512-auth folder, but in the connect.yaml file there is also another user. The first called my-user, the second called my-connect. Why? Do I need the 2 KafkaUser? Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Suggestion / Problem
Can you please add a KafkaConnector example for scram-sha-512-auth in repository? Thank you very much
Documentation Link
examples/security/scram-sha-512-auth/
I am with the following problem, and an example would help a lot
Output of command: k get kafkaconnectors inventory-connector -o yaml
connectorStatus:
connector:
state: RUNNING
worker_id: 10.244.1.9:8083
name: inventory-connector
tasks:
- id: 0
state: FAILED
trace: |
org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata
worker_id: 10.244.1.9:8083
type: source
observedGeneration: 3
tasksMax: 1
topics: []
Beta Was this translation helpful? Give feedback.
All reactions