diff options
| author | David Arthur <mumrah@gmail.com> | 2013-09-24 21:18:55 -0400 |
|---|---|---|
| committer | David Arthur <mumrah@gmail.com> | 2013-09-24 21:20:00 -0400 |
| commit | c0d2cac66940bf477c008e65c9d2bbcd79f030a0 (patch) | |
| tree | ee5dc075a7d9ec86633bf4e0076a522e70da0ab4 /CHANGES.md | |
| parent | 9af7b817c17a8d8c08e60607f117c8ac46668eda (diff) | |
| download | kafka-python-c0d2cac66940bf477c008e65c9d2bbcd79f030a0.tar.gz | |
Fix #44 Add missing exception classv0.8.0
Also move the exceptions to common instead of util
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,3 +5,5 @@ * 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 + +* Exception classes moved to kafka.common |
