mirror of https://github.com/dapr/docs.git
Service invocatio nupdate
This commit is contained in:
parent
e7f2ab2250
commit
210736680f
|
|
@ -39,12 +39,9 @@ The diagram below is an overview of how Dapr's service invocation works.
|
||||||
## Features
|
## Features
|
||||||
Service invocation provides several features to make it easy for you to call methods on remote applications.
|
Service invocation provides several features to make it easy for you to call methods on remote applications.
|
||||||
|
|
||||||
- [Namespaces scoping](#namespaces-scoping)
|
### Service invocation API
|
||||||
- [Retries](#Retries)
|
|
||||||
- [Service-to-service security](#service-to-service-security)
|
The API for Pservice invocation can be found in the [spec repo]({{< ref service_invocation_api.md >}}).
|
||||||
- [Service access security](#service-access-security)
|
|
||||||
- [Observability: Tracing, logging and metrics](#observability)
|
|
||||||
- [Pluggable service discovery](#pluggable-service-discovery)
|
|
||||||
|
|
||||||
### Namespaces scoping
|
### Namespaces scoping
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue