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

Method AbortTxn

sync_producer.go:205–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203}
204
205func (sp *syncProducer) AbortTxn() error {
206 return sp.producer.AbortTxn()
207}
208
209func (sp *syncProducer) AddOffsetsToTxn(offsets map[string][]*PartitionOffsetMetadata, groupId string) error {
210 return sp.producer.AddOffsetsToTxn(offsets, groupId)

Callers

nothing calls this directly

Calls 1

AbortTxnMethod · 0.65

Tested by

no test coverage detected