Sign inSign up

gamefundas/franz-manager

By gamefundas

•Updated about 7 years ago

Image
0

165

gamefundas/franz-manager repository overview

⁠Franz-manager

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

⁠Features:
  • Multiple clusters management.
  • Inspect cluster state (topics, consumers, offsets, brokers, replicas, settings).
  • Topics listing.
  • Topics creation / deletion.
  • Detailed topic information with edition (metrics, settings, partitions, consumers, last messages).
  • Consumers listing.
  • Live consumption.
  • Bulk topic deletion.
  • Detailed consumer information (partitions, topic offset, consumer offset, lag, commit timestamp).
  • Multiple themes.
⁠Screenshots
⁠Dashboard view

dashboard view

⁠Cluster view (theme cashmachine)

cluster view

⁠Cluster view (theme terminal)

cluster view

⁠Cluster view (theme ratatouille)

cluster view

⁠Topics view

topics view

⁠Topic view

topic view

⁠Consumer view

consumer view

⁠Environment variables
⁠Mandatory environment variables
⁠Optional
  • FRONT_BASEPATH: (default: /)
⁠Deployment
⁠Development

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.

⁠Docker
⁠From sources

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/⁠

⁠From docker hub

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/⁠

Tag summary

Content type

Image

Digest

Size

9.8 MB

Last updated

about 7 years ago

docker pull gamefundas/franz-manager