restatedev / restatedev/restate
Kafka subscriptions should be 'suspendable'
Open
Nobody has claimed this yet.
enhancement
ingress_kafka
user-feedback
- Dominant language
- Rust
- Stars
- 4.4k
- Forks
- 207
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 61
Description
ie, you can set suspended=true in which case they are paused, without having to delete them entirely
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
No files, tests, or entry points are named in the issue. Start by locating the Kafka subscription implementation and its existing tests, then determine how subscription state is persisted and controlled; done means setting suspended=true pauses a subscription while keeping it registered, without requiring deletion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kafka, rust
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100