-
Running a basic application for any extended period of time - sometimes just a few minutes - leads to consumers slowly dying one-by-one until they've all stopped responding and the entire application …
pb376 updated
1 month ago
-
## Checklist
- [x ] I have included information about relevant versions
- [x ] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
Bring up…
-
[streamz](https://github.com/python-streamz/streamz) package is used in testing. Last updated file in github is 2 years ago. The only file it is used in is `src/bluesky/tests/test_streams.py`.
## …
-
Is this the new fork?
https://github.com/faust-streaming/mode/
-
It looks like `mypy` is treating every value of type `faust.Record` as `Any`: absolutely no type checking is done on them.
This is related to #233, but larger than only constructor arguments (who IIR…
-
Hi,
I would like to ask, how can I jsonify the output of Faust?
I have tried to set logHandler of Faust with json-formatted log handler from `pythonjsonlogger`:
```
from pythonjsonlogger impor…
-
## Steps to reproduce
When I do specify coercions on a Record class they are ignored, e.g. a UUIDAwareRecord
from uuid import UUID, uuid4
import faust
class Account(faust.Record, c…
-
I am trying to write a faust application with streaming process for 10 sec followed by group_by process. Can anyone suggest me to achieve the same?
Process 1:
```
import faust
class Order(f…
-
## Checklist
- [x] I have included information about relevant versions
- [x] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
I have insta…
-
Hello,
I found this Issue from @xqzhou at the robinhood/faust project:
https://github.com/robinhood/faust/issues/293
## Steps to reproduce
Define an agent consume message from a table's chang…