Replies: 1 comment 5 replies
-
Without a full log it is not really clear what error you got where. I think you should share full logs. The MSK log suggests something is trying to connect without TLS (authentication? Or just encryption?) to an interface that uses TLS. So it would be likely a configuration issue. But without seeing the logs, configs etc., hard to give anything more specific. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to set up debezium on my k8s cluster and send the collected data to AWS MSK cluster.
I was able to configure the KafkaConnect, it sucsessfuly connected to the cluster and automatically created the topics that its requires, but when configuring the KafkaConnector components it failed.
Tasks: Id: 0 State: FAILED Trace: org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata
In the MSK logs, I see those logs
INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Failed authentication with /INTERNAL_IP (channelId=INTERNAL_IP-INTERNAL_IP-725) (SSL handshake failed) (org.apache.kafka.common.network.Selector)
Beta Was this translation helpful? Give feedback.
All reactions