AddMessageToTxnWithGroupMetadata adds the message offset to the current transaction, carrying the consumer group member metadata so the broker can fence stale members (KIP-447).
(msg *ConsumerMessage, groupMetadata *ConsumerGroupMetadata, metadata *string)
| 66 | // transaction, carrying the consumer group member metadata so the broker |
| 67 | // can fence stale members (KIP-447). |
| 68 | AddMessageToTxnWithGroupMetadata(msg *ConsumerMessage, groupMetadata *ConsumerGroupMetadata, metadata *string) error |
| 69 | } |
| 70 | |
| 71 | type syncProducer struct { |
no outgoing calls