Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the kafkaadmin client to query the kafka state #354

Open
scanterog opened this issue May 12, 2021 · 1 comment
Open

Use the kafkaadmin client to query the kafka state #354

scanterog opened this issue May 12, 2021 · 1 comment

Comments

@scanterog
Copy link
Contributor

scanterog commented May 12, 2021

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
@scanterog scanterog changed the title Use kafkaadmin to query the kafka state Use the kafkaadmin client to query the kafka state May 12, 2021
@dekimsey
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants