Replies: 3 comments 1 reply
|
I don't think there should be any compatibility issue. This is liely just some configuration issue in how you configured the TLS. But hard to say more without the full configurations, logs, etc. |
0 replies
|
I've attached zip kakaconnect yaml and log file |
1 reply
|
We removed unnecessary certificates from the truststore and reorganised its contents, and it’s working again. Thanks for your help. |
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.
We are using strimzi kafkaconnector, operator 0.48.0, to connect a Kafka cluster confluent 7.9.0 (Kafka 3.9.0).
After upgrading operator to 0.51.0, we are facing this issue :
{"timestamp":"2026-07-28T08:36:35.370Z","level":"ERROR","logger":"org.apache.kafka.clients.NetworkClient","message":"[AdminClient clientId=adminclient-1] Connection to node -1 (so101-wave-tis-kafka.z1-dev.k8s.pole-emploi.intra/10.201.176.30:443) failed authentication due to: SSL handshake failed","thread":"kafka-admin-client-thread | adminclient-1","service":"kafka-connect"}
Is there an incompatibility between Kafkaconnet 0.51.0 and Kafka 3.9.0 ?
All reactions