robinhood / faust

Python Stream Processing
Other
6.72k stars 535 forks source link

Not Compatible with kafka-python==2.0.0 #697

Open Rishi-jha opened 3 years ago

Rishi-jha commented 3 years ago

File "", line 219, in _call_with_frames_removed File "/home/rishi/.virtualenvs/virtualenv/lib/python3.7/site-packages/faust/transport/drivers/aiokafka.py", line 45, in from kafka.partitioner.hashed import murmur2 ModuleNotFoundError: No module named 'kafka.partitioner.hashed'

It should be kafka.partitioner.default instead