You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
scanterog
changed the title
Use kafkaadmin to query the kafka state
Use the kafkaadmin client to query the kafka state
May 12, 2021
Would this also include support for the commonly used --bootstrap-server argument used by the native Kafka clients to point to Kafka instead of Zookeeper?
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.
The text was updated successfully, but these errors were encountered: