diff options
author | David Arthur <mumrah@gmail.com> | 2013-09-09 10:21:38 -0400 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2013-09-09 10:21:38 -0400 |
commit | 0c732ca68ae94a797fed170b847cbb78885060e9 (patch) | |
tree | 6cc5e01e1d6882a0ca2a673182644c9df49114ba | |
parent | f67ad27f72aca077f24fa801a9d2d3075d6d5b60 (diff) | |
download | kafka-python-0c732ca68ae94a797fed170b847cbb78885060e9.tar.gz |
Documenting new behavior in CHANGES.md
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ # Notable Changes * Changing auto_commit to False in [SimpleConsumer](kafka/consumer.py), until 0.8.1 is release offset commits are unsupported + +* Adding fetch_size_bytes to SimpleConsumer constructor to allow for user-configurable fetch sizes + +* Allow SimpleConsumer to automatically increase the fetch size if a partial message is read and no other messages were read during that fetch request. The increase factor is 1.5 |