Azure-Functions icon indicating copy to clipboard operation
Azure-Functions copied to clipboard

Dapr Workflow number of hops compared to Azure Durable Functions out of process

Open AceHack opened this issue 2 years ago • 0 comments

From my understanding, when it comes to workflow persisting state and resuming, there would be no difference in the number of hops between Dapr Workflow and Azure Durable Functions since the persistence does not happen in my code but only when my code awaits and gets automatically persisted by the either Dapr Workflow runtime or the Azure Durable Functions Out of Process engine. Then the engine wakes up and calls my code. Am I missing something?

Was not sure where to ask so I asked on both https://github.com/dapr/dapr/issues/7544

AceHack avatar Feb 15 '24 22:02 AceHack