Skip to content
Snippets Groups Projects
Commit 74618a7e authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Avoid confluent-kafka 2.1.0

parent 0f219033
No related branches found
No related tags found
No related merge requests found
Pipeline #2377 passed
# Add here external Python modules dependencies, one per line. Module names
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html
confluent-kafka
# 2.1.0 is prone to segfaults, see upstream issue gh:confluentinc/confluent-kafka-python#1547
confluent-kafka != 2.1.0
msgpack >= 1.0.0, != 1.0.1
tenacity
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment