Skip to content
Discussion options

You must be logged in to vote

You are correct that ReadEntityStateAsync() is the main violation of the message-based actor model.

Calling an entity from an orchestration is effectively a signal that also waits for the entity to send an external event back to the orchestration with a result.

Because we guarantee that operations will execute in the order that they are signaled, this will have the actor-like behavior you expect.

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@olitomlinson
Comment options

@sebastianburckhardt
Comment options

@olitomlinson
Comment options

@sebastianburckhardt
Comment options

@douglasware
Comment options

Answer selected by douglasware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants