Replies: 5 comments 15 replies
-
Your configuration is correct as far as Strimzi and Kafka Connect goes. But I do not know Debezium well enough to understand whether they need something more or nor. So that is maybe more a question on Debezium? If they need it, you can probably provide the certificates by mounting them from the secret using the |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. |
Beta Was this translation helpful? Give feedback.
-
This article does not have the TLS mentioned for the connector https://strimzi.io/blog/2020/01/27/deploying-debezium-with-kafkaconnector-resource/ |
Beta Was this translation helpful? Give feedback.
-
@tombentley hey! saw your debezium article, can you help out here ! |
Beta Was this translation helpful? Give feedback.
-
So i am little confused. Why does Kafka connect and kafka connector both have certificates and authentication. I thought connectors are plugins, but everything runs as a single process that is Kafka connect! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Kafka Connector
https://gist.github.com/alok87/d5b2cac48aa5d616a76fdcf2b18cd766
Kafka Connect
https://gist.github.com/alok87/5a8e6533906ce2c164f98f101c223f46
Kafka
Kafka User (super user)
With the above configurations, kafka starts in TLS mode, Kafka connect comes up!
But as soon as I create the Kafka connector, the connector fails trying to talk to Kafka and the logs of the kafka pods has the following SSL Handshake failed error:
TLS is working perfectly from a Golang process using the same certs and keys (same user cert).
Please suggest if I am configuring the TLS correctly? Or Do I also need to pass TLS config like this in the debezium connector configuration https://debezium.io/documentation/reference/1.3/connectors/mysql.html#mysql-connector-pass-through-properties?
Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions