Replies: 2 comments 1 reply
-
I don't know what it means. Maybe that your Kafka cluster is still using ZooKeeper? But the error says that you have some application with incorrectly configured TLS connecting to the listener named |
Beta Was this translation helpful? Give feedback.
0 replies
-
yea, my kafka cluster still uses ZK. but is the cluster without ZK ready for production? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
All,
seeing below exception in kafka pod lods. what is "listenerType=ZK_BROKER" here?
2021-07-01 06:22:51,870 INFO [SocketServer listenerType=ZK_BROKER, nodeId=3] Failed authentication with /10.0.8.75 (SSL handshake failed) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-3-ListenerName(EXTERNAL-9093)-SSL-10]
2021-07-01 06:22:53,602 INFO [SocketServer listenerType=ZK_BROKER, nodeId=3] Failed authentication with /10.0.9.127 (SSL handshake failed) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-3-ListenerName(EXTERNAL-9093)-SSL-10]
2021-07-01 06:22:54,354 INFO [SocketServer listenerType=ZK_BROKER, nodeId=3] Failed authentication with /10.0.9.24 (SSL handshake failed) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-3-ListenerName(EXTERNAL-9093)-SSL-9]
2021-07-01 06:22:55,085 INFO [SocketServer listenerType=ZK_BROKER, nodeId=3] Failed authentication with /10.0.8.171 (SSL handshake failed) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-3-ListenerName(EXTERNAL-9093)-SSL-10]
2021-07-01 06:22:55,766 INFO [SocketServer listenerType=ZK_BROKER, nodeId=3] Failed authentication with /10.0.8.217 (SSL handshake failed) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-3-ListenerName(EXTERNAL-9093)-SSL-9]
2021-07-01 06:22:56,494 INFO [SocketServer listenerType=ZK_BROKER, nodeId=3] Failed authentication with /10.0.8.249 (SSL handshake failed) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-3-ListenerName(EXTERNAL-9093)-SSL-9]
2021-07-01 06:22:57,222 INFO [SocketServer listenerType=ZK_BROKER, nodeId=3] Failed authentication with /10.0.8.44 (SSL handshake failed) (org.apache.kafka.common.network.Selector) [data-plane-kafka-network-thread-3-ListenerName(EXTERNAL-9093)-SSL-9]
Beta Was this translation helpful? Give feedback.
All reactions