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

ares10
No License
Quick Info
Tools 1
Last Updated 23/4/2017
Actions
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