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
()
| 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 | |
| 1274 | type consumerGroupClaim struct { |