Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow indirect replication #32233

Merged
merged 1 commit into from
Nov 23, 2023
Merged

feat: Allow indirect replication #32233

merged 1 commit into from
Nov 23, 2023

Conversation

patriknw
Copy link
Member

  • it was only using events from the origin replica
  • this allows indirect replication, e.g. A writes e1, replicates to B, and C receives e1 from B
  • will be needed for some edge topologies
  • also remove the check that replica of received event is included in allReplicas
  • there will be a corresponding change in Projection gRPC

See akka/akka-projection#1069

* it was only using events from the origin replica
* this allows indirect replication, e.g. A writes e1, replicates to B,
  and C receives e1 from B
* will be needed for some edge topologies
* also remove the check that replica of received event is included in
  allReplicas
* there will be a corresponding change in Projection gRPC
Copy link
Contributor

@pvlugter pvlugter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@patriknw patriknw merged commit 3dbcf1c into main Nov 23, 2023
5 checks passed
@patriknw patriknw deleted the wip-res-indirect-patriknw branch November 23, 2023 09:44
@patriknw patriknw added this to the 2.9.1 milestone Nov 23, 2023
He-Pin pushed a commit to He-Pin/akka that referenced this pull request Jan 7, 2024
* it was only using events from the origin replica
* this allows indirect replication, e.g. A writes e1, replicates to B,
  and C receives e1 from B
* will be needed for some edge topologies
* also remove the check that replica of received event is included in
  allReplicas
* there will be a corresponding change in Projection gRPC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants