implement global consistency for stream creation
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
We could accomplish this by asking the API server to check against multiple replicas before returning. For something like stream creation, I think this is probably okay, and it would save us a lot of hacks we have in place right now that bypass the replicas.
Contributor guide
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
Begin at the API server's stream-creation path and trace the existing replica-bypass workarounds. Determine how consistency across multiple replicas should be checked before returning, and define tests for stream creation. Done means the agreed consistency behavior is covered and the relevant workarounds are addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend-api-design, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100