Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ closeProducer
Function
closeProducer
helpers_test.go:62–64 ·
view source on GitHub ↗
(t *testing.T, p AsyncProducer)
Source
from the content-addressed store, hash-verified
60
}
61
62
func
closeProducer(t *testing.T, p AsyncProducer) {
63
closeProducerWithTimeout(t, p, 5*time.Minute)
64
}
65
66
const
TestMessage =
"ABC THE MESSAGE"
67
Callers
15
TestAsyncProducerRemoteBrokerClosed
Function · 0.85
TestAsyncProducer
Function · 0.85
TestAsyncProducerMultipleFlushes
Function · 0.85
TestAsyncProducerMultipleBrokers
Function · 0.85
TestAsyncProducerCustomPartitioner
Function · 0.85
TestAsyncProducerFailureRetry
Function · 0.85
TestAsyncProducerRecoveryWithRetriesDisabled
Function · 0.85
TestAsyncProducerEncoderFailures
Function · 0.85
TestAsyncProducerBrokerBounce
Function · 0.85
TestAsyncProducerBrokerBounceWithStaleMetadata
Function · 0.85
TestAsyncProducerMultipleRetries
Function · 0.85
TestAsyncProducerMultipleRetriesWithBackoffFunc
Function · 0.85
Calls
1
closeProducerWithTimeout
Function · 0.85
Tested by
no test coverage detected