faust icon indicating copy to clipboard operation
faust copied to clipboard

Python Stream Processing. A Faust fork

Results 183 faust issues
Sort by recently updated
recently updated
newest added

## Checklist - [x] I have included information about relevant versions - [ ] I have verified that the issue persists when using the `master` branch of Faust. Used 2...

bug

## Checklist - [ x ] I have included information about relevant versions - [ x ] I have verified that the issue persists when using the `master` branch of...

## 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...

## Checklist - [V ] I have included information about relevant versions - [V ] I have verified that the issue persists when using the `master` branch of Faust. ##...

## Checklist - [ ] I have included information about relevant versions - [x ] I have verified that the issue persists when using the `master` branch of Faust. ##...

## 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...

If we use `stream.take(..., within=...)`, then send value to topic, and send SIGINT signal, faust did not shutdown gracefully ## Checklist - [x] I have included information about relevant versions...

bug

I found this code in `utils/json.py` ```py if typing.TYPE_CHECKING: import orjson else: # pragma: no cover orjson = None # noqa ``` If I understand correctly, `orjson` is imported only...

## Question I have a general question on Faust. Using [windowed aggregation](https://github.com/robinhood/faust/blob/6a9d55b92a18e5bb17b04fc74816f4f88645c476/examples/windowed_aggregation.py) as an example. I understand that once having defined a table, we can use windows for processing the...

question