Scott Kidder 5ad743b184 Use log.Panicf to provide more context to panic errors 5 gadi atpakaļ
..
README.md 7884a5f3f4 feat: consumer group example 6 gadi atpakaļ
go.mod 7fd0b27784 Use zstd 1.3.8 5 gadi atpakaļ
go.sum 7fd0b27784 Use zstd 1.3.8 5 gadi atpakaļ
main.go 5ad743b184 Use log.Panicf to provide more context to panic errors 5 gadi atpakaļ

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"