microsoft / durabletask-java

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

duralbe function middleware implementation #82

Closed kaibocai closed 1 year ago

kaibocai commented 1 year ago

This PR trying to resolve https://github.com/microsoft/durabletask-java/issues/72

This PR includes

  1. a middleware that works with java worker at https://github.com/Azure/azure-functions-java-worker/tree/kaibocai/ts-middleware and java core lib at https://github.com/Azure/azure-functions-java-core-library/tree/kaibocai/middleware-support
  2. a middleware class that use SPI to be loaded by java worker.

The PR with the right worker and core lib can run the durable functions from end to end

kaibocai commented 1 year ago

new pr created https://github.com/microsoft/durabletask-java/pull/87