Closed PJ-Schulz closed 3 years ago
If I use Faust==1.10.4. The application also runs the first time I start it. But when I restart, the application hangs and does nothing. No exception is thrown either.
I faced the same problem here, the error description was exactly as I had. Do you have your problem solved?
If you have faust 1.10.4 then you are running the original code base and not this fork.
You want to pip install "faust-streaming" which will pull in the latest version of this fork and all of the patches associated with it.
One of those changes is to use "mode-streaming" instead of "mode" so you won't see this problem.
Hope this helps
Hello,
I get a strange Error when I start my app twice. On the first execution the app runs correctly. But when I restart, it crashes with an AttributeError: 'ThrowableQueue' object has no attribute 'put_nowait_enhanced'.
It occurs when restoring state from changelog Topic.
Does anyone have an idea what this could be due to?
Steps to reproduce
Full traceback
Versions
The error also occurs with version 0.6.9