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

Function initOffsetManager

offset_manager_test.go:61–65  ·  view source on GitHub ↗
(t *testing.T, retention time.Duration)

Source from the content-addressed store, hash-verified

59}
60
61func initOffsetManager(t *testing.T, retention time.Duration) (om OffsetManager,
62 testClient Client, broker, coordinator *MockBroker,
63) {
64 return initOffsetManagerWithBackoffFunc(t, retention, nil, NewTestConfig())
65}
66
67func initPartitionOffsetManager(t *testing.T, om OffsetManager,
68 coordinator *MockBroker, initialOffset int64, metadata string,

Calls 2

NewTestConfigFunction · 0.70

Tested by

no test coverage detected