Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AceHack opened this issue Feb 15, 2024 · 0 comments

Comments

@AceHack
Copy link

AceHack commented Feb 15, 2024

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
dapr/dapr#7544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant