Jeroen Rinzema beb6039833 refactoring: errcheck results há 6 anos atrás
..
README.md 7884a5f3f4 feat: consumer group example há 6 anos atrás
go.mod 7884a5f3f4 feat: consumer group example há 6 anos atrás
go.sum beb6039833 refactoring: errcheck results há 6 anos atrás
main.go beb6039833 refactoring: errcheck results há 6 anos atrás

README.md

Consumergroup example

This example shows you how to use the Sarama consumer group consumer. The example simply starts consuming the given Kafka topics and logs the consumed messages.

$ go run main.go -brokers="127.0.0.1:9092" -topics="sarama" -group="example"