MCPcopy
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
62func closeProducer(t *testing.T, p AsyncProducer) {
63 closeProducerWithTimeout(t, p, 5*time.Minute)
64}
65
66const TestMessage = "ABC THE MESSAGE"
67

Calls 1

closeProducerWithTimeoutFunction · 0.85

Tested by

no test coverage detected