Skip to content

Commit 0c732ca

Browse files
committed
Documenting new behavior in CHANGES.md
1 parent f67ad27 commit 0c732ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Notable Changes
22

33
* Changing auto_commit to False in [SimpleConsumer](kafka/consumer.py), until 0.8.1 is release offset commits are unsupported
4+
5+
* Adding fetch_size_bytes to SimpleConsumer constructor to allow for user-configurable fetch sizes
6+
7+
* 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

0 commit comments

Comments
 (0)