Replies: 1 comment
-
Well, I think the error is quite obvious -> it says that your client cannot resolve the hostname you gave it. Second, you have configured TLS client authentication in the Kafka custom resource. So you will need to create a user and provide a keystore or you would need to disable the TLS client authentication. |
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.
-
Hi, I want to deploy strimzi kafka with certificates generated by cert manager, not the default secrets generated by cluster-operator for every kafka deployment. I had gone through one of the blog (https://strimzi.io/blog/2021/05/07/deploying-kafka-with-lets-encrypt-certificates/). Kafka deployment coming up but while connecting to kafka through client, getting following issue. Can you please suggest correct way of using certificates generated by cert manager in kafka deployment and disable the default secrets generated by cluster operator. Secret kafka1secret is having ca.crt, tls.crt and tls.key generated by cert manager.
kafka.yaml:
Connecting through client.txt
bootstrap.servers=my-cluster-kafka-bootstrap:9093
security.protocol=SSL
ssl.truststore.location=/tmp/kafka-truststore.jks
ssl.truststore.password=xxxxxxxxx
Error:
Beta Was this translation helpful? Give feedback.
All reactions