(t *testing.T, retention time.Duration)
| 59 | } |
| 60 | |
| 61 | func 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 | |
| 67 | func initPartitionOffsetManager(t *testing.T, om OffsetManager, |
| 68 | coordinator *MockBroker, initialOffset int64, metadata string, |
no test coverage detected