Merged
Conversation
patriknw
commented
Dec 5, 2023
|
|
||
| More advanced routing among the replicas is currently left as an exercise for the reader (or may be covered in a future release [#29281](https://github.com/akka/akka/issues/29281), [#29319](https://github.com/akka/akka/issues/29319)). | ||
|
|
||
| ## Tagging events and running projections |
Contributor
Author
There was a problem hiding this comment.
this was a duplicate copy from the other page
|
|
||
| The "event publishing" feature publishes each event to the local system event bus as a side effect after it has been written. | ||
|
|
||
| ## Hot Standby |
Contributor
Author
There was a problem hiding this comment.
This is not relevant for grpc, so I moved it here. For grpc they are always hot standby.
| When running a Projection in each replica you should be aware of that it will receive all events, from all replicas. | ||
| Since the events can arrive in different order, they can also come in different order per replica. | ||
|
|
||
| The tagging is invoked in each replicas, which requires some special care in using tags, or else the same event will be |
Contributor
Author
There was a problem hiding this comment.
I had a hard time understanding what we were trying to say here. Anyway, demphasized tagging since slices is the recommended way.
johanandren
approved these changes
Dec 5, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs #32080