librdkafka ,c++ client , SSL config #3953
Unanswered
venkat-pasya
asked this question in
Q&A
Replies: 0 comments
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.
-
windows
java producer console client is able to connect to the server using the below config
security.protocal=SASL_SSL
sasl.kerberos.mechanisam=GSSAPI
ssl.truststore.location=< path to .jks >
what are all the configurations required for c++ librdkafka client?
Tried below but now working
converted the jks file to p12/pem file &
configured ssl.keystore.location= & ssl.keystore.password=
but app is exiting .
Beta Was this translation helpful? Give feedback.
All reactions