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

Method BeginTxn

async_producer.go:74–74  ·  view source on GitHub ↗

BeginTxn mark current transaction as ready.

()

Source from the content-addressed store, hash-verified

72
73 // BeginTxn mark current transaction as ready.
74 BeginTxn() error
75
76 // CommitTxn commit current transaction.
77 CommitTxn() error

Callers 5

TestFuncTxnProduceFunction · 0.95

Implementers 2

asyncProducerasync_producer.go
AsyncProducermocks/async_producer.go

Calls

no outgoing calls

Tested by 5

TestFuncTxnProduceFunction · 0.76