kafka-view
kafka-view copied to clipboard
SASL/Kerberos and SASL/PLAIN Based support
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! :)