fede1024/kafka-view

SASL/Kerberos and SASL/PLAIN Based support

Opened this issue · 1 comments

Team,
Quick Question, Does the Kafka-view support on SASLKeberos or SASL/PLAIN support?

Hi,
unfortunately SASL is not supported yet. However it should be quite easy to add: the only code change required should be adding some configuration parameters to the internal Kafka clients (see librdkafka config), and make it configurable from the config file.

Adding SASL support is not currently a priority for us, but PRs are welcome! :)