AbortTxn abort current transaction.
()
| 78 | |
| 79 | // AbortTxn abort current transaction. |
| 80 | AbortTxn() error |
| 81 | |
| 82 | // AddOffsetsToTxn add associated offsets to current transaction. |
| 83 | AddOffsetsToTxn(offsets map[string][]*PartitionOffsetMetadata, groupId string) error |
no outgoing calls