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

Method TxnStatus

sync_producer.go:40–40  ·  view source on GitHub ↗

TxnStatus return current producer transaction status.

()

Source from the content-addressed store, hash-verified

38
39 // TxnStatus return current producer transaction status.
40 TxnStatus() ProducerTxnStatusFlag
41
42 // IsTransactional return true when current producer is transactional.
43 IsTransactional() bool

Callers 7

TxnStatusMethod · 0.65
TestProducerWithTxnFunction · 0.65
produceTestRecordFunction · 0.65
releaseMethod · 0.65
handleTxnErrorMethod · 0.65
releaseMethod · 0.65

Implementers 2

syncProducersync_producer.go
SyncProducermocks/sync_producer.go

Calls

no outgoing calls

Tested by 2

TestProducerWithTxnFunction · 0.52