kafka-go icon indicating copy to clipboard operation
kafka-go copied to clipboard

Is Kafka Admin API supported?

Open mammenj opened this issue 3 years ago • 0 comments

Trying to build a administration console for Kafka, so curious if all the admin api are supported?

mammenj avatar Jul 30 '22 03:07 mammenj

There are already existing admin consoles for Kafka out there, but if you are looking to build one with kafka-go we likely don't have every admin API available, though we probably have most of what you might need. That being said, if you come across any specific gaps during your development, feel free to submit a PR to add this functionality.

dominicbarnes avatar Sep 02 '22 16:09 dominicbarnes