Restricting kafka-python version
The 1.0 version of kafka-python has several issues with perfomance and stability. We're avoiding that version until it stabilizes. Change-Id: I48e25548295651e7c32623c90e2c6a15eabbca55
This commit is contained in:
parent
0ea1032d90
commit
7b20e0170d
@ -1,7 +1,7 @@
|
||||
iso8601
|
||||
six
|
||||
kazoo>=2.0
|
||||
kafka-python>=0.9.1
|
||||
kafka-python>=0.9.1,<1.0
|
||||
PyMySQL>=0.6.7
|
||||
oslo.config
|
||||
pbr
|
||||
|
Loading…
x
Reference in New Issue
Block a user