config

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. Download here http://www.playframework.com/download Unzip to /path/to/play Build Play. /path/to/play/framework/build Install Kafka-web-console. git clone https://github.com/claudemamo/kafka-web-console.git /path/to/kafka-web-console (or download the stable zip from https://github.com/claudemamo/kafka-web-console/releases) Run the server