A multi-cluster Kafka Administration Tool (front-end).
This application is a smooth alternative to kafka-manager.
Discover more at franz-manager.io !







SERVER_URL: The URL of the api (exemple: http://localhost:8080/)WEBSOCKET_SERVER_URL: The URL of the websocket server (exemple: ws://localhost:8080/)FRONT_BASEPATH: (default: /)Build: npm i
Run: SERVER_URL='http://0.0.0.0:8080/' WEBSOCKET_SERVER_URL='ws://0.0.0.0:8080/' npm start
A development webserver should be started, with hot reload on code modification, and a browser tab should be open with the dashboard of the application.
Build: docker build . -t franz-manager
Run: docker run -e SERVER_URL='http://0.0.0.0:8080/' -e WEBSOCKET_SERVER_URL='ws://0.0.0.0:8080/' -p 80:80 franz-manager
The frontend should be available on http://localhost/
Run: docker pull greencomnetworks/franz-manager && docker run -e SERVER_URL='http://0.0.0.0:8080/' -e WEBSOCKET_SERVER_URL='ws://0.0.0.0:8080/' -p 80:80 greencomnetworks/franz-manager
The frontend should be available on http://localhost/
Content type
Image
Digest
Size
9.8 MB
Last updated
about 7 years ago
docker pull gamefundas/franz-manager