kafka broker flooded with SSL handshake failed msgs. #7762
ervikrant06
started this conversation in
General
Replies: 1 comment
-
It is some misconfigured application connecting to the listener on port 9094. It can be regular Kafka client which is badly configured, or it can be some kind of TCP probe which is just trying to connect as part of some healthcheck etc. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Using strimzi operator 0.32.0: Whenever kafka cluster is deployed using custom client or cluster certificate or both . kafka broker POD stdout logs are filled with following messages
I confirm no consumer with invalid cert is communicating with this cluster. 9094 is external TLS listener.
Is't broker to zookeeper comm which is causing the issue?
Any other thoughts what could have been causing it?
Beta Was this translation helpful? Give feedback.
All reactions