microsoft / durabletask-java

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

Add deterministic GUID generation #176

Closed kaibocai closed 1 year ago

kaibocai commented 1 year ago

This is the work needed to allow orchestrations to generate random GUIDs in a deterministic way. It borrows from the similar logic in the durabletask-dotnet SDK.

Also this is request from https://github.com/dapr/java-sdk/issues/931

resolves #issue_for_this_pr

Pull request checklist

Additional information

Additional PR information