Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ IsTransactional
Method
IsTransactional
mocks/sync_producer.go:227–229 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
225
}
226
227
func
(sp *SyncProducer) IsTransactional() bool {
228
return
sp.isTransactional
229
}
230
231
func
(sp *SyncProducer) BeginTxn() error {
232
sp.txnLock.Lock()
Callers
2
TestSyncProducerUseTxn
Function · 0.95
SendMessage
Method · 0.95
Implementers
2
syncProducer
sync_producer.go
SyncProducer
mocks/sync_producer.go
Calls
no outgoing calls
Tested by
1
TestSyncProducerUseTxn
Function · 0.76