restatedev / restatedev/sdk-python
Use starlette.io instead of a custom ASGI
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 81
- Forks
- 22
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 2
Description
Let's move to https://www.starlette.io as this is almost de-facto standard for asgi,
I've seen this in numerous projects, it is lightweight, and most importantly it will support lifespans, and mounting/being mounted as middleware.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the current custom ASGI implementation and its integration points. Compare the existing behavior with Starlette's support for lifespans and mounting or being mounted as middleware. Done means the SDK uses Starlette instead of the custom ASGI layer while preserving the required integrations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100