Evan Huus 10 anni fa
parent
commit
182c91c592
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      CHANGELOG.md

+ 4 - 0
CHANGELOG.md

@@ -9,6 +9,10 @@ New Features:
    ([#431](https://github.com/Shopify/sarama/pull/431)).
    ([#431](https://github.com/Shopify/sarama/pull/431)).
  - The partition-consumer now exposes the high water mark offset value returned
  - 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 ([#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),
+   [#442](https://github.com/Shopify/sarama/pull/442)).
 
 
 Improvements:
 Improvements:
  - The producer's logging during retry scenarios is more consistent, more
  - The producer's logging during retry scenarios is more consistent, more