Morningstar / kafka-offset-monitor

A small web app to monitor the progress of kafka consumers and their lag wrt the log.
Apache License 2.0
282 stars 108 forks source link

Support for kerberos #32

Closed newdha closed 5 years ago

newdha commented 6 years ago

How to use kerberos authentication?

e.g.: how to specify the user name and the related keytab file?

rcasey212 commented 5 years ago

Confluent has one of the better guides that walks you through the setup of a jaas.conf file for use with Kafka. Have a look here: https://docs.confluent.io/3.0.0/kafka/sasl.html