Skip to content

Commit 9b0d9d8

Browse files
committed
adds new method to consumer mock.
1 parent 7e7c863 commit 9b0d9d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

consume_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,10 @@ func (c tConsumer) Close() error {
513513
return c.closeErr
514514
}
515515

516+
func (c tConsumer) HighWaterMarks() map[string]map[int32]int64 {
517+
return nil
518+
}
519+
516520
func TestConsumeParseArgs(t *testing.T) {
517521
topic := "test-topic"
518522
givenBroker := "hans:9092"

0 commit comments

Comments
 (0)