microsoft / CSharpClient-for-Kafka

.Net implementation of the Apache Kafka Protocol that provides basic functionality through Producer/Consumer classes. The project also offers balanced consumer implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for client certificates when connecting to Brokers?

karsten42 opened this issue · comments

I'm trying to use this project to work with a hosted Kafka installation in CloudKafka (http://www.cloudkafka.com/). As far as I'm aware you need to use client certificates in order to connect to the Brokers hosted in CloudKafka.
Is there any way to use certificates with you library, or is this planned for the future?

Thanks,
Karsten