Skip to content

Commit

Permalink
Fix HighWaterMarks() comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Payeur Levallois committed Oct 24, 2016
1 parent faf28b8 commit bca64d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type Consumer interface {
// or OffsetOldest
ConsumePartition(topic string, partition int32, offset int64) (PartitionConsumer, error)

// HighWaterMarks returns the current high water marks for each topic and partitions
// HighWaterMarks returns the current high water marks for each topic and partition
HighWaterMarks() map[string]map[int32]int64

// Close shuts down the consumer. It must be called after all child
Expand Down

0 comments on commit bca64d9

Please sign in to comment.