microsoft / durabletask-java

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

Support orchestration id reuse policy #188

Open kaibocai opened 11 months ago

kaibocai commented 11 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 11 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.
famarting commented 1 month ago

ping, whats missing to get this merged?

cgillum commented 1 week ago

Looks like there are some problems with the integration test infrastructure. Someone will need to look into fixing it up so that tests can get back into a good state.