A tiny, lightweight interface you can used to inspect kafka topics while developing.
Warning This has not been tested in any production environment so no guarantees...
A docker image is pushed by this repository to docker hub.
You can view the docker-compose.yml on how you can use it.
To develop there are two parts you need to start:
./frontend
./api
For 1) you need to be in the frontend folder and run the following commands:
$ npm install
(only once)$ npm run start
A development server with hot reloading will be started on http://localhost:3000
For 2) you just need to run:
$ cargo run --bin web