From 7a3b32b4004dd93143325bb3c9e4bde2a84af350 Mon Sep 17 00:00:00 2001 From: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com> Date: Mon, 30 Jan 2023 15:50:43 -0700 Subject: [PATCH] Update faq.md --- daprdocs/content/en/concepts/faq.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/daprdocs/content/en/concepts/faq.md b/daprdocs/content/en/concepts/faq.md index cef70083f..f6630e5c2 100644 --- a/daprdocs/content/en/concepts/faq.md +++ b/daprdocs/content/en/concepts/faq.md @@ -12,6 +12,17 @@ Dapr is not a service mesh. While service meshes focus on fine-grained network c ## Performance Benchmarks The Dapr project is focused on performance due to the inherent discussion of Dapr being a sidecar to your application. See [here]({{< ref perf-service-invocation.md >}}) for updated performance numbers. +## Workflows + +### Workflow *Authoring* API vs Workflow *Management* API +- What each API does +- When to use each + +### Dapr workflows relationship with Durable task framework +- explain how they relate to one another. +- note that they're seperate/independant projects + + ## Actors ### What is the relationship between Dapr, Orleans and Service Fabric Reliable Actors?