faust
faust copied to clipboard
Python Stream Processing. A Faust fork
Hopefully this will clarify things for https://github.com/faust-streaming/faust/issues/381.
## Description Add variable-bound agent example with dead letter handling use case
## Checklist - [ x] I have included information about relevant versions I am using faust in the latest version `0.8.11`. - [ ] I have verified that the issue...
Originally based off #349.
## Checklist - [O] I have included information about relevant versions - [O] I have verified that the issue persists when using the `master` branch of Faust. I have a...
Gotta be sure we're not stepping on https://github.com/faust-streaming/faust/pull/287. We should probably add a unit test.
## 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...
The `opentracing` project is deprecated in favor of `opentelemetry`. Due to ongoing flaws with `opentracing`, we have had difficulty troubleshooting particular bugs that rely on the usage of `opentracing.Span` objects....
Fixes #176.
Prepare for upcoming release of Python 3.11 on 10/24