Skip to content

Commit

Permalink
fix aio-libs#590: kafka-python 2.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
yumendy committed Mar 7, 2020
1 parent 0160995 commit 6f4be81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CHANGES
-------

590.feature
Upgrade to kafka-python version 2.0.0

584.bugfix
Handle `RequestTimedOutError` in `coordinator._do_commit_offsets()` method to explicitly mark coordinator as dead.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def build_extension(self, ext):
raise BuildFailed()


install_requires = ['kafka-python==1.4.7']
install_requires = ['kafka-python>=2.0.0']

PY_VER = sys.version_info

Expand Down

0 comments on commit 6f4be81

Please sign in to comment.