Tumgik
codesmokers-blog · 8 years
Text
Kafka Manager UI tool
Git repo : https://github.com/yahoo/kafka-manager
Steps :
1.Git clone repo on local
2.Change the line conf/application.conf file.
Update property kafka-manager.zkhosts="my.zookeeper.host.com:2181".
    3. Run following command ./sbt clean dist. This will take time. It will download dependencies. If struck for alot of time run this with -Dsbt.repository.secure=false
    4. After finishing it will create a zip file inside target/universal. Copy that zip to some folder ,extract it and
run bin/kafka-manager
    3. By default you will see a dashboard on localhost:9000
PS : For 0.10.0
git fetch origin pull/282/head:0.10.0 git checkout 0.10.0
0 notes
codesmokers-blog · 8 years
Text
http://codeforces.com/problemset/problem/767/C
1 note · View note