Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 2
    I got the idea of pulling the stream of events from the read model in order to update the projection.But how can i coordinate the activities of two instances of the app hosting the read model ? If both instances are woken up by a message published to the service bus, then they will pull the same stream of events from the event store, and they will try to apply it to the same projection (I mean to the same underlying storage where the projection is persisted). How can I coordinate these activities ? Is idempotency the way to go ? Am I missing anything ? Commented Jul 11, 2018 at 20:21