瀏覽代碼

Mention HighWaterMarkOffset method in changelog

Evan Huus 10 年之前
父節點
當前提交
68beb72dad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -8,7 +8,7 @@ New Features:
    instantiating a full client
    ([#431](https://github.com/Shopify/sarama/pull/431)).
  - The partition-consumer now exposes the high water mark offset value returned
-   by the broker ([#339](https://github.com/Shopify/sarama/pull/339)).
+   by the broker via the `HighWaterMarkOffset()` method ([#339](https://github.com/Shopify/sarama/pull/339)).
  - Added a `kafka-console-consumer` tool capable of handling multiple
    partitions, and deprecated the now-obsolete `kafka-console-partitionConsumer`
    ([#439](https://github.com/Shopify/sarama/pull/439),