AbortTxn abort current transaction.
()
| 50 | |
| 51 | // AbortTxn abort current transaction. |
| 52 | AbortTxn() error |
| 53 | |
| 54 | // AddOffsetsToTxn add associated offsets to current transaction. |
| 55 | AddOffsetsToTxn(offsets map[string][]*PartitionOffsetMetadata, groupId string) error |
no outgoing calls