updates to how-to, overview, faq

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-01-30 16:55:22 -06:00
parent 0497775584
commit 8b81686094
1 changed files with 0 additions and 11 deletions

View File

@ -12,17 +12,6 @@ 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?