CloudKarafka Manager
Usage
- 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
Development
- 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
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Magnus Hörberg - Initial work - magnushoerberg
- Magnus Landerblom - Initial work - snichme