Phil Davies 5302f4bb5e Update documentation with Sarama instead of Sarma | 5 vuotta sitten | |
---|---|---|
.. | ||
README.md | 5 vuotta sitten | |
go.mod | 5 vuotta sitten | |
go.sum | 5 vuotta sitten | |
main.go | 5 vuotta sitten |
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"