microsoft / durabletask-java

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

Support orchestration id reuse policy #188

Open kaibocai opened 6 months ago

kaibocai commented 6 months ago

Issue describing the changes in this PR

This PR adds support for the orchestration id reuse policy. It asking for corresponding server updates at https://github.com/microsoft/durabletask-go/pull/46

resolve: https://github.com/microsoft/durabletask-java/issues/190

Pull request checklist

Additional information

Additional PR information

kaibocai commented 6 months ago

A Few things need to be completed for this PR

  1. consider using durabeltask-go for integration tests, which has reuse id support
  2. add integration tests once 1 is done.