- Download the latest version from the releases and extract the file
- Make sure all your brokers have the Kafka HTTP Reporter installed
- Start the application:
./cloudkarafka-mgmt.linux
- Open your web browser and go to http://localhost:8080
- Clone this repo into $GOPATH/src/github.com/CloudKarafka/cloudkarafka-manager
- Run
go get -u
to get latest dependencies - Install the metrics reporter Kafka HTTP Reporter on your local kafka broker
- Run Management interface with
go run app.go --authentication=none-with-write
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Magnus Hörberg - Initial work - magnushoerberg
- Magnus Landerblom - Initial work - snichme