temporalio / temporalio/sdk-java
Add `PauseableSlotSupplier`
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 433
- Forks
- 249
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 26
Description
Add an implementation of SlotSupplier that wraps another implementation adding a pause() function. See https://github.com/temporalio/proposals/blob/master/all-sdk/autotuning.md for more on how it should work.
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
Read the linked autotuning proposal first, then inspect the existing SlotSupplier interface and implementations. Add the PauseableSlotSupplier wrapper with pause() behavior as described by the proposal; done means it wraps another SlotSupplier and supports pausing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100