client :C++ client (librdkafka)
Used below config securely connect to cloudera kafka broker .
SASL_SSL/GSSAPI - truststore/keystore JKS files
ssl.truststore.location=< JKS File >
ssl.truststore.password ='xxxxxx'
C++ client not accepting config as it is specific to java .
Is there any alternate mechanism available securely connect to cloudera broker
and config supported by c++ clients?