-
## 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
When a c…
-
## Checklist
- [x] I have included information about relevant versions
- [ ] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
## Expecte…
-
## 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
1. Follo…
-
Hi, is it possible to link with hactoberfest 2022?
* Hacktoberfest 2022 -PR/MR Details: https://hacktoberfest.com/participation/#pr-mr-details
-
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…
-
I am not very familiar with Kafka; however, when used with single instance Kafka and Redpanda on my development environment, RPC requests (agent.ask()) causes this error:
```
[^Worker]: Error: Inv…
-
## Checklist
- [x] I have included information about relevant versions
- [ ] I have verified that the issue persists when using the `master` branch of Faust.
## Steps to reproduce
Run pip in…
-
Any plans to add Kafka to the mix? mahendra implemented it [here](https://github.com/mahendra/kombu/tree/kafka). It would be amazing if that gets pulled in.
-
## Issue
I am working on dataclass objects inherent faust.Record [faust-streaming library](https://github.com/faust-streaming/faust)
Somehow pylance parameter hints will ignore the class attribu…
-
Current project version is 0.2.0, but the latest pypi release is 0.1.0.
Releasing to pypi would be great as it introduces py3.10 support.