How to connect to Kafka cluster (that has tls encryption enabled) from a Nodejs Kubernetes Pod #7604
Unanswered
spoorthyredi2
asked this question in
Q&A
Replies: 2 comments 11 replies
-
This is the KafkaJS snippet for ssl . For java client testing, I have only used the ca.crt and ca.password from the "cluster-ca-cert" secret. Is my above understanding correct |
Beta Was this translation helpful? Give feedback.
11 replies
-
Am facing issues in java client itself. Can you help me sharing the steps to make strimzi work |
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 have tested my Strmizi Kafka cluster with ssl using my Kafka-CLI Java clients and having cert imported to cacerts and mentioning ssl config parameters in a properties file.
I have also tested my Nodejs Kubernetes Pods connect to Cluster via Plaintext Listener.
Now, how can I do the same via Node apps running on Kubernetes Pods, but with SSL enabled listener?
The connection URL is not changing, so what difference is it going to make to the code ? And how do we give the Cert and its password. Any input will help
Beta Was this translation helpful? Give feedback.
All reactions