MCPcopy
hub / github.com/IBM/sarama / Messages

Method Messages

consumer_group.go:1271–1271  ·  view source on GitHub ↗

Messages returns the read channel for the messages that are returned by the broker. The messages channel will be closed when a new rebalance cycle is due. You must finish processing and mark offsets within Config.Consumer.Group.Session.Timeout before the topic/partition is eventually re-assigned to

()

Source from the content-addressed store, hash-verified

1269 // Config.Consumer.Group.Session.Timeout before the topic/partition is eventually
1270 // re-assigned to another group member.
1271 Messages() <-chan *ConsumerMessage
1272}
1273
1274type consumerGroupClaim struct {

Callers 1

waitClosedMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected