- Introduction
- Kafka Web Console is a Java web application for monitoring Apache Kafka. With a modern web browser, you can view from the console
- Registered brokers
- Topics, partitions, log sizes, and partition leaders
- Consumer groups, individual consumers, consumer owners, partition offsets and lag
- Graphs showing consumer offset and lag history as well as consumer/producer message throughput history
- Latest published topic messages (requires web browser support for WebSocket)
- Kafka Web Console is a Java web application for monitoring Apache Kafka. With a modern web browser, you can view from the console
- Prerequisite
- Typesafe Activator
- download
- unzip typesafe-activator-1.2.10.zip\?_ga\=1.191598701.679995947.1412749425
- export PATH=$PATH:/relativePath/to/activator
- activator -help
- Play Framework
- download
- unzip play-2.2.5.zip
- export PATH=$PATH:/relativePath/to/play
- Typesafe Activator
- installation
- wget https://github.com/claudemamo/kafka-web-console/archive/master.zip
- unzip master.zip
- cd kafka-web-console-master
- play start
- error
- Database 'default' needs evolution!
- play "start -DapplyEvolutions.default=true"
- org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:9000
- play "start -Dhttp.port=8080"
- Database 'default' needs evolution!
- http://hostname:8080/
- Register
- zookeepers -> resiger zookeeper
- Reference
Wednesday, December 31, 2014
Kafka Web Console
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.