Service invocatio nupdate

This commit is contained in:
Aaron Crawfis 2020-10-15 14:42:58 -07:00
parent e7f2ab2250
commit 210736680f
1 changed files with 3 additions and 6 deletions

View File

@ -39,12 +39,9 @@ The diagram below is an overview of how Dapr's service invocation works.
## Features
Service invocation provides several features to make it easy for you to call methods on remote applications.
- [Namespaces scoping](#namespaces-scoping)
- [Retries](#Retries)
- [Service-to-service security](#service-to-service-security)
- [Service access security](#service-access-security)
- [Observability: Tracing, logging and metrics](#observability)
- [Pluggable service discovery](#pluggable-service-discovery)
### Service invocation API
The API for Pservice invocation can be found in the [spec repo]({{< ref service_invocation_api.md >}}).
### Namespaces scoping