Merge pull request #3336 from hhunter-ms/issue_3257b

[Actors] Update placeholder diagram
This commit is contained in:
Hannah Hunter 2023-04-13 14:40:01 -04:00 committed by GitHub
commit 148123b6a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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. 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. 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. 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: 64 KiB