Kafka Simple Web Client

Displays Kafka topic messages in a user-friendly web interface. Streamlines message monitoring and management with configurable settings to connect to a Kafka server.

Author

Kafka Simple Web Client logo

ares10

No License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 23/4/2017

Tags

kafka tools development tools integrations developer tools kafka server

kafka-simple-web-client

A simple configurable web client to to display Kafka topic messages

Environmental variables required to operate

## Application variables
export KAFKA_WEB_CLIENT_PORT="8080"

## Kafka
export KAFKA_SERVER_URI="localhost:9092"

Run with Maven

mvn clean spring-boot:run