In order to prepare kafka-kit for zk-less kafka, we need to implement at least the following methods from zkhandler into kafkaadmin/client. This should query kafka directly rather than zk.
- GetAllBrokerMeta
- GetAllPartitionMeta
- GetPartitionMap
- GetPendingDeletion
- GetReassignments
- GetTopicConfig
- GetTopicState
- GetTopicStateISR
- GetTopics
- GetUnderReplicated
- UpdateKafkaConfig
In order to prepare kafka-kit for zk-less kafka, we need to implement at least the following methods from zkhandler into kafkaadmin/client. This should query kafka directly rather than zk.