microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Add rewind client API #65

Open cgillum opened 2 years ago

cgillum commented 2 years ago

See https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-instance-management?tabs=csharp#rewind-instances-preview.

Once we have this API, the link documentation should be updated with a sample (some sample code actually already exists but is commented out).

cgillum commented 1 year ago

We unfortunately don't have a good way to test this without Azure Functions because this is currently only implemented for the Azure Storage provider without any common interface to support other storage providers. This API is not yet a GA API and we plan to make changes to it, so I suggest we either do manual testing or do end-to-end testing with the Functions runtime.