KO
|
EN
gitlite — search
Search
#python
#java
#php
#javascript
#html
#ruby
#go
#css
#library
#macos
#android
#dotfiles
go-consumergroup
★ 82
Open GitHub ↗
golang kafka consumer group
Download README (.md)
Explore Similar Repositories
prolink-go
:
golang library to interface with Pioneers PRO DJ Link network
examples-orms
:
Sample uses of CockroachDB with popular ORMs
graphql-python-subscriptions
:
A port of apollographql subscriptions for python, using gevent websockets and redis
neo4j_sips
:
Elixir driver for the Neo4j graph database server
combo-tree
:
ComboTree is a jQuery Plugin which is a combobox item with tree structured data list and multi/single selection options and more.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
go-consumergroup
?
Download (.md)
# go-consumergroup [](https://travis-ci.org/meitu/go-consumergroup) [](https://goreportcard.com/report/github.com/meitu/go-consumergroup) Go-consumergroup is a kafka consumer library written in golang with rebalance and chroot supports. [Chinese Doc](./README.zh-CN.md) ## Requirements * Apache Kafka 0.8.x, 0.9.x, 0.10.x, 0.11.x, 1.0.x ## Dependencies * [go-zookeeper](https://github.com/samuel/go-zookeeper) * [sarama](https://github.com/Shopify/sarama) * [zk_wrapper](https://github.com/meitu/zk_wrapper) ## Getting started * API documentation and examples are available via [godoc](https://godoc.org/github.com/meitu/go-consumergroup). * The example directory contains more elaborate [example](example/example.go) applications. ## User Defined Logger ``` logger := logrus.New() cg.SetLogger(logger) ``` ## Run Tests ```shell $ make test ``` ***NOTE:*** `docker-compse` is required to run tests