Traceback (most recent call last):
File "lib/python3.8/site-packages/mode/services.py", line 843, in _execute_task
await task
File "lib/python3.8/site-packages/faust/transport/consumer.py", line 902, in _commit_livelock_detector
await self.verify_all_partitions_active()
File "lib/python3.8/site-packages/faust/transport/consumer.py", line 906, in verify_all_partitions_active
for tp in self.assignment():
File "/lib/python3.8/site-packages/faust/transport/consumer.py", line 1441, in assignment
return self._thread.assignment()
File "lib/python3.8/site-packages/faust/transport/drivers/aiokafka.py", line 943, in assignment
return ensure_TPset(self._ensure_consumer().assignment())
File "/lib/python3.8/site-packages/faust/transport/drivers/aiokafka.py", line 977, in _ensure_consumer
raise ConsumerNotStarted("Consumer thread not yet started")
faust.exceptions.ConsumerNotStarted: Consumer thread not yet started
Steps to reproduce
everything is okay with the normal event loop
Actual behavior
I was trying to use eventlet loop using
-L eventletarg.Full traceback
Versions