mirror of https://github.com/dapr/docs.git
update placeholder diagram
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
9109e7f065
commit
0045f98d88
|
@ -71,7 +71,7 @@ To provide scalability and reliability, actors instances are throughout the clu
|
|||
|
||||
You can invoke actor methods by calling them over HTTP, as shown in the general example below.
|
||||
|
||||
<img src="/images/actors_background_placement_service_registration.png" width=600>
|
||||
<img src="/images/actors-calling-method.png" width=900>
|
||||
|
||||
1. The service calls the actor API on the sidecar.
|
||||
1. With the cached partitioning information from the placement service, the sidecar determines which actor service instance will host actor ID **3**. The call is forwarded to the appropriate sidecar.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Loading…
Reference in New Issue