faust
faust copied to clipboard
Python Stream Processing. A Faust fork
We need to get `aredis` out of Faust since it uses `distutils`, a library removed in Python 3.12.
## Steps to reproduce 1. Everything was working fine in 0.11.1 2. I upgraded to 0.11.2 3. After a couple of received messages, the consumer stops receiving messages ## Expected...
## 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...
## Checklist - [V ] I have included information about relevant versions - [ V] I have verified that the issue persists when using the `master` branch of Faust. ##...
from faust import App, Record from faust.web import Request, Response, View import asyncio app = App('ness', broker='kafka://localhost') data_queues = {} async def process_message(stream): async for record in stream: yield record...
## 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 - [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...
Is the project still maintained? I see no activity from the core maintainers @wbarnha and @patkivikram here, although there are some new (and old) issues.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.30.7 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...