temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
200 stars 134 forks source link

Add `PauseableSlotSupplier` #2030

Open Sushisource opened 2 months ago

Sushisource commented 2 months ago

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.