Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wvanbergen/kazoo-go
Go library to access Kafka metadata in Zookeeper
https://github.com/wvanbergen/kazoo-go
Last synced: 1 day ago
JSON representation
Go library to access Kafka metadata in Zookeeper
- Host: GitHub
- URL: https://github.com/wvanbergen/kazoo-go
- Owner: wvanbergen
- License: mit
- Created: 2015-05-01T14:37:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T20:20:57.000Z (over 5 years ago)
- Last Synced: 2024-10-14T00:30:55.507Z (about 1 month ago)
- Language: Go
- Homepage: http://godoc.org/github.com/wvanbergen/kazoo-go
- Size: 71.3 KB
- Stars: 100
- Watchers: 6
- Forks: 48
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
- awesome-kafka - Go library for Kafka metadata in Zookeeper
README
# Kazoo
Kazoo is a library to interact with the Kafka metadata that lives in Zookeeper.
It provides discovery of the cluster's brokers, topic metadata, and consumer groups.API documentation can be found on [godoc.org](http://godoc.org/github.com/wvanbergen/kazoo-go).