diff options
author | David Arthur <mumrah@gmail.com> | 2013-06-25 10:19:53 -0300 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2013-06-25 10:19:53 -0300 |
commit | b224f28e9804d89a8465fdfed55173cc5db11495 (patch) | |
tree | a81259720cdde36ccec2d431171173b39f726d07 | |
parent | 7a5eed9f1f3333c0731e5107ee59f7c399aa3bee (diff) | |
download | kafka-python-b224f28e9804d89a8465fdfed55173cc5db11495.tar.gz |
Fixing link in CHANGES.md
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ # Notable Changes -* Changing auto_commit to False in [SimpleConsumer](kafka/SimpleConsumer.py), until 0.8.1 is release offset commits are unsupported +* Changing auto_commit to False in [SimpleConsumer](kafka/consumer.py), until 0.8.1 is release offset commits are unsupported |