Skip to content
Discussion options

You must be logged in to vote

This:

2022-01-07 10:24:17,589 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Failed authentication with /10.36.2.8 (SSL handshake failed) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-1-ListenerName(REPLICATION-9091)-SSL-1]

has nothing to do with connections to ZooKeeper. It suggests something is trying to connect to the port 9091 and failing the TLS handshake. The port 9091 is used internally for replication and communication between operator and Kafka. So it could be one of the operators, other Kafka broker or something else what for some reason tries to talk with 9091. I guess finding out what has the IP address 10.36.2.8 might tell you more about w…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ThorbenJ
Comment options

@scholzj
Comment options

Answer selected by ThorbenJ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants