-
## 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
Define a S…
-
After upgrading to python 3.9, I started getting these crashes in the worker. They appear to happen when trying to log a warning about a slow commit to Kafka.
## Checklist
- [X] I have included…
-
Add support for python 3.8 and 3.9
-
Just what the heading says.
I am not super aware with what went down with Faust but I saw people complaining and this fork. So what is the plan with this fork I guess ?
I am wondering if moving …
-
## 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…
alxdb updated
3 years ago
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…
-
## Steps to reproduce
configure faust to use sasl
app = faust.App(
,
broker=broker,
key_serializer='json',
value_serializer='json',
broker_credentials=faust.SASLCredenti…
-
## Steps to reproduce
```python
import faust
from faust.sensors.datadog import DatadogMonitor
app = faust.App(..., monitor=DatadogMonitor(prefix="faustapp"))
```
process a stream with manu…
-
Hi,
Thank you for your work.
Do you plan to also fork mode ?
It is another project formerly maintained by a robinhood employee and today it looks abandoned.
It is an important dependency o…
max-k updated
3 years ago
-
Thanks for the nice work: I have a couple of questions I would like to clarify as we are considering to poc the streams explorer.
**Streams bootstrap chart/lib optional**
It is not actually requir…