diff --git a/consume_test.go b/consume_test.go index ce40d2b..229c02f 100644 --- a/consume_test.go +++ b/consume_test.go @@ -513,6 +513,10 @@ func (c tConsumer) Close() error { return c.closeErr } +func (c tConsumer) HighWaterMarks() map[string]map[int32]int64 { + return nil +} + func TestConsumeParseArgs(t *testing.T) { topic := "test-topic" givenBroker := "hans:9092"