microsoft / durabletask-java

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

Add deterministic GUID generation #176

Closed kaibocai closed 8 months ago

kaibocai commented 8 months 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