Skip to content

Commit

Permalink
ACL warn
Browse files Browse the repository at this point in the history
  • Loading branch information
deathowl committed Sep 5, 2016
1 parent 9362f89 commit a56b6d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
** Prometheus Kafka Exporter**


*Exposes basic kafka metrics to prometheus*

Args:
Expand All @@ -17,4 +18,7 @@ Args:
* kafka_topics: Number of Topics
* kafka_up Status of Kafka Server

**Before first run**

Dont forget to add consumer group, and allow acces to it via kafka ACL
./kafka-acls.sh --authorizer kafka.security.auth.SimpleAclAuthorizer --authorizer-properties zookeeper.connect=zookeeper.host:2181 --allow-principal User:* --operation All --topic test --group zkexporter.om --add

0 comments on commit a56b6d9

Please sign in to comment.