- Main Features
- Manages multiple Kafka clusters and their state
- Supports topic creation, deletion, and partition management
- Enables preferred replica election and partition reassignment
- Provides JMX polling for broker and topic metrics
- Requirements and Configuration
- Requires Kafka 0.8-0.11 and Java 11+
- Configuration stored in application.conf file
- Supports multiple zookeeper hosts via comma-separated values
- Optional LDAP authentication with SSL support
- Technical Details
- Consumer offset is consumed from KafkaManagedOffsetCache
- Consumer/producer lag may be negative due to offset topic reading
- Migration from Kafka Manager requires config file copying
- Project managed by Verizon Media and community support