Closed joonjeong closed 1 year ago
This is definitely a mode-streaming
issue, sorry to see you're having this issue. I'll look into it. In the meantime I recommend using Faust v0.9.5.
@joonjeong could you help me reproduce this issue? I hope this fix will address the issue:
pip install --upgrade mode-streaming==0.3.2rc0
I'll keep this open until the issue is reported to be gone @joonjeong.
The bug still exists sadly. Encountered it again while testing Faust.
So how #35 fix this bug?
@wbarnha I checked mode-streaming==0.3.2 and faust-streaming==0.10.0 works fine!
The reason mode-streaming
was failing was because we replaced .utils.locks import Event
with from asyncio.locks import Event
. Once you change those back and forth and run any Faust example, such as faust -A examples.windowed_aggregation -l info worker
, you'll see the error come back immediately.
Checklist
master
branch of Faust.Steps to reproduce
After I upgrade faust-streaming==0.10.0, it goes crash like this.
Expected behavior
Tell us what you expected to happen.
Actual behavior
Tell us what happened instead.
Full traceback
Versions