Go-consumergroup is a kafka consumer library written in golang with rebalance and chroot supports.
- Apache Kafka 0.8.x, 0.9.x, 0.10.x, 0.11.x, 1.0.x
- API documentation and examples are available via godoc.
- The example directory contains more elaborate example applications.
logger := logrus.New()
cg.SetLogger(logger)
$ make test
NOTE: docker-compse
is required to run tests