-
I'd like to use generic classes as records, like this:
```
T = TypeVar("T")
class GeneralRecord(faust.Record, Generic[T], metaclass=ABCMeta):
record_type: str
record_data: T
class …
-
### Is your feature request related to a problem?
cChardet is probably abandoned and [charset-normalizer](https://docs.aiohttp.org/en/stable/glossary.html#term-charset-normalizer) seems to be slower …
-
## 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
OAuth 2.0 …
-
Hey all!
Thank you so much for maintaining this fork!
The project looks super promising, and I think there is huge room for Faust in the ecosystem. I look forward to helping our where possible i…
-
[TypeScript](https://nextjs.org/docs/app/building-your-application/configuring/typescript), [ESLint](https://nextjs.org/docs/app/building-your-application/configuring/eslint), and [Tailwind CSS](https…
-
This is a feature request on making examples from https://docs.twisted.org/en/stable/core/examples/index.html available on something besides a web browser (my browser, Edge, frowns at .py extensions..…
-
I am getting this error log in my faust streaming app
`[2023-05-16 01:24:27,945] [6] [ERROR] [^---AIOKafkaConsumerThread]: Aiokafka has not sent fetch request for TP(topic='sentence', partition=2) …
-
## 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 reproduce
**Callin…
-
## User Story - Business Need
### User Story(ies)
**As a** VA Notify Engineer
**I want** to know more about how a Kafka streams app works
**So that** we can build our integration when we are ready.…
-
Hi,
I'm new to Kafka and trying to get an initial sense of the available libraries & theirs status.
Does 'aiokafka' still based on top of the unmaintained kafka-python project?
P.S-
Maybe it…