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

start failure and the page is empty #16

Closed zhangpfly closed 6 years ago

zhangpfly commented 6 years ago

start failure image empty pages image

rcasey212 commented 6 years ago

The file does not exist.

You passed it on the command line here: image

If you are using SASL_PLAINTEXT for security, you need a jaas.conf file to configure the security mechanism. There is much to read regarding Kafka security - this is a good starting point: https://www.confluent.io/blog/apache-kafka-security-authorization-authentication-encryption/

Hope that helps.