
To let other OpenStack projects move forward with new versions of kafka-python we're forking kafka-python and embedding it in monasca-common. This allows us to migrate to the new async interfaces provided by more recent kafka clients over time and not block other projects. Requiring pykafka to allow us to have ~4x more throughput once we write to their async interfaces. Change-Id: Ifb6ab67ce1335a5ec4ed7dd8b0027dc9d46a6dda Depends-On: I26f9c588f2818059ab6ba24f9fad8e213798a39c
12 lines
421 B
Plaintext
12 lines
421 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
iso8601>=0.1.11 # MIT
|
|
six>=1.9.0 # MIT
|
|
kazoo>=2.2 # Apache-2.0
|
|
pykafka>=2.5.0 # Apache 2.0 License
|
|
PyMySQL>=0.7.6 # MIT License
|
|
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
|
|
pbr>=1.8 # Apache-2.0
|
|
ujson>=1.35 # BSD
|