criteo / kafka-sharp

A C# Kafka driver
Apache License 2.0
110 stars 44 forks source link

How to setup authentication? #48

Closed holonsoftFounder closed 4 years ago

holonsoftFounder commented 4 years ago

Hi, thank you for your great effort and sharing this lib. In our project I have to authenticate against KAFKA server: SecurityProtocol.SaslSsl, SaslMechanism.ScramSha256, User, Pw

How do I achieve this? Best regards Christian

ychuzevi commented 4 years ago

Hi, The driver does not support authentication yet. The plan is to add SASL OAuth in the coming months. There is no plan to add other authentication algorithm for the moment but the implementation will hopefully not be too hard to extend. I hope this helps. Best regards, Yohan

holonsoftFounder commented 4 years ago

Thx a lot for info. I'll looking forward to your implementation.