Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 829 Bytes

README.zh-CN.md

File metadata and controls

22 lines (14 loc) · 829 Bytes

go-consumergroup Build Status Go Report Card

简介

go-consumergroup是一款提供集群功能的kafka客户端,支持 rebalance,offset 自动或者手动管理以及 chroot 功能。

依赖

https://github.com/samuel/go-zookeeper

https://github.com/Shopify/sarama

快速上手

  • API 文档请参照 godoc.
  • 使用例子参照 example 目录的 example.go 实现 example

测试

$ make test

***NOTE: *** 跑测试用例需要预先安装 docker-compose