faststream
https://github.com/airtai/faststream
Python
FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ, NATS and Redis.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported2 Subscribers
Add a CodeTriage badge to faststream
Help out
- Issues
- Feature: support Redis 8.4 XREADGROUP CLAIM (claim_min_idle_time) in stream subscribers
- Suggestion: handle framework-driven cancellation separately from handler failures
- feat: #557 add `assert_called_once_with` for subscribers and publishers
- Feature: use `Producer.produce_batch` for confluent `publish_batch`
- Feature: correlation_id factory function at broker creation time, e.g. for ulids
- fix(confluent): retry on BufferError so a full queue doesn't cancel the whole batch
- Refactor `realign_keys` method in `faststream/response/response.py`
- Refactor `realign_keys` method in `faststream/response/response.py`
- feat: #2693 Add ContextRepo composition
- Bug: TestBroker keeps only a weak reference to a re-used fake subscriber, causing random SubscriberNotFound
- Docs
- Python not yet supported