faust
faust copied to clipboard
Python Stream Processing. A Faust fork
## Steps to reproduce Run the [windowed_aggreagation](https://github.com/faust-streaming/faust/blob/master/examples/windowed_aggregation.py) example on 2 workers. Kill one worker and observe the output. ## Expected behavior After a re balance (or similar disruption) all old...
## Steps to reproduce Created a topic specifying pattern= with a valid regex that should have matched multiple topics on the kafka cluster. Running the worker with `-l info` shows...
I note in the docs that it states you support hoping, tumbling, and sliding windows. There's even a `faust.SlidingWindow` class, but I can't seem to figure how to implement it....
## Checklist - [v] I have included information about relevant versions - [v] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...
## Checklist - [x] I have included information about relevant versions - [ ] I have verified that the issue persists when using the `master` branch of Faust. ## Steps...
## 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...
Question I noted that with the word_count example, that the count table can be recalculated on a re-balance (using the @app.table_route option with the @app.page option). But is it possible...
## Steps to reproduce Create faust record with field of type Set. Serialize and deserialize using json serializer (works with the default serializer). The resulting record has the field of...
## Checklist - [ ] I have included information about relevant versions - [ ] I have verified that the issue persists when using the `master` branch of Faust. ##...
Thanks for picking up this repo from the dead. While we're at it - does it make sense to also add support for other KV stores besides rocksdb? The project...