Diego Alvarez 8b72385c90 adds a note about consumer groups Consume method | преди 4 години | |
---|---|---|
.. | ||
README.md | преди 5 години | |
go.mod | преди 5 години | |
go.sum | преди 5 години | |
main.go | преди 4 години |
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"