From 0c732ca68ae94a797fed170b847cbb78885060e9 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Mon, 9 Sep 2013 10:21:38 -0400 Subject: Documenting new behavior in CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 485c880..5388117 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 -- cgit v1.2.1