==============
Kafka admin is an open source product released under Apache License, Version 2.0 which provide us with:
- Rest API
- Web UI
- Best Practices
The rest API allows us to interact with our zookeeper information and our kafka brokers in an very simple way. It provide us with information about:
- Broker
- Topics
- Consumer groups and offsets
The web UI provide us with a nice way to view our kafka information on real time. Its a great tool for monitoring, debuging and troubleshooting.
Because we love kafka, we introduced the best practices section that will provide you with enough information to set up your cluster with the best possible configuration.