from Kafka Web Console GitHub

How to Setup Kafka Web Console

from Kafka Web Console GitHub

How to Setup Kafka Web Console

Kafka Web Console is a simple tool to monitor your Kafka cluster in real time.

This project is hosted at https://github.com/claudemamo/kafka-web-console

It’s a very simple console that only suit for learning Kafka purpose.

  • Install Play Framework.

  • Install Kafka-web-console.

  • Run the server

    • Enable port 9000 for the server.
    • cd /path/to/kafka-web-console
    • /path/to/play/play start
    • Then the web console is servicing on port 9000.
  • Configuration

    • register zookeeper

    • Check status to see if connected

  • “Database xxx needs evolution!” - Solution for database is not initialized.

    • use “play -DapplyEvolutions.default=true” to start.
    • Or add “applyEvolutions.default=true” in conf/application.conf

— END —

Avatar
Samuel Chen
developer, architect

My interests include cloud as a software, distributed web system, mobile computing and programmable matter.

comments powered by Disqus