KafkaMan is developed using Angular and Ruby on Rails. Why Angular and RoR? Just wanted to learn.
Well, got tired of using console to produce and consume messages.
- frontend/README.MD for Angular installation
- backend/README.MD for Ruby on Rails installation
docker run -itd -p 4200:80 -p 3259:3000 blazeey/kafka-man:latest
For using local cluster in docker, user IP of your machine. Ex. 192.168.0.103:9092
- Change UI - Suggestions are appreciated!
- Fix bugs. Too lazy to fix'em now :v
- Enabling SSL to connect to kafka.
- New filters for consumers.
- Tabs for consumers and producers.
- Maintaining history of produced messages.
- Got new ideas? Shoot.
- Found bugs? Try fixing them if possible :p
- If too lazy like me to fix bugs, create a new issue.
- Contributions are welcome! :))