Skip to content

Commit

Permalink
adds new method to consumer mock.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgeller committed Mar 20, 2017
1 parent 7e7c863 commit 9b0d9d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions consume_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9b0d9d8

Please sign in to comment.