SSL Handshake Failed: [AdminClient clientId=adminclient-1] Metadata update failed #6929
Unanswered
alexpollock8
asked this question in
Q&A
Replies: 1 comment
-
I think you want to use the port 9092 with your configuration. On port 9093, you have configured TLS encryption ( |
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.
-
I am facing a SSL handshake failed issue when trying to use internal tls listener on port 9093.
Here is my Kafka cluster configuration:
Here is the log output of one of Kafka brokers:
Here is log output of AdminClient in pod trying to access broker:
Here is configuration of AdminClient in pod:
I am using Kafka-Clients version 2.5 and SpringBoot version 2.6.8.
Beta Was this translation helpful? Give feedback.
All reactions