KafkaConnect not started Error Failed to create new KafkaAdminClient / Invalid PEM keystore configs #11702
totochichi
started this conversation in
General
Replies: 1 comment 3 replies
-
Well, the errors seem pretty obvious and suggest issues with loading the private key. So that is probably where you need to look. Without you cluster, without knowing there there are no typos, without knowing what is in the secrets etc., it is hard to say much more than what the error tells you. Also, from the log, you are clearly running Kafka 4.0. and not 3.9.0. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello, while deploying KafkaConnect with a custom image using Strimzi Operator 0.47.0 and Kafka 3.9.0 (or newer), my Connect pods failed with some InvalidKeyexception errors.
In previous successful deployments (Strimzi 0.45.0 Kafka 3.8.0) we have always used secrets created along with the Connect Ingress object. I noticed there is some new secret objects created (connect-tls-trusted-certs) that is referenced in the connect config map, and separate kafka node secrets for each pods. However all Kafka pods are running fine, and we have not changed any secrets format nor any template, not sure if I am missing on any crucial config update here.
I have attached the config yaml, config map and logs below
connect_cm.txt
connect_config.txt
(connect-logs.txt)
Log extracted:
Thank you, I appreciate any inputs!
Beta Was this translation helpful? Give feedback.
All reactions