oleksiyk / kafka

Apache Kafka 0.9 client for Node
MIT License
297 stars 85 forks source link

no-kafka API with Root CA? #187

Open maturanafp opened 7 years ago

maturanafp commented 7 years ago

Hi,

I have client signed certificate and key in x509 format. I also have a kafka server Root CA certificate in x509 format. What no-kafka ssl interface do I need to use to pass those documents to the kafka connection request? Thanks!