temporalio / temporalio/sdk-java

Add `PauseableSlotSupplier`

Open
#2,030 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.