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

Add a caveat to hot standby #31139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add a caveat to hot standby #31139

wants to merge 1 commit into from

Conversation

JustinPihony
Copy link
Contributor

No description provided.

@@ -399,6 +399,8 @@ If all writes occur to one replica and the other replicas are not started there

This can be achieved automatically when `ReplicatedSharding` is used and direct replication of events is enabled as described in @ref[Direct Replication of Events](#direct-replication-of-events). When each written event is forwarded to the other replicas it will trigger them to start if they are not already started.

Note that for a multiple data center setup, this will only work out-of-the-box if using a single Akka Cluster and `ReplicatedSharding` for all data centers. Otherwise you will need to implement a means to start the entities in other data centers.
Copy link
Member

Choose a reason for hiding this comment

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

"single Akka Cluster" is correct but maybe we should clarify that it is Akka Multi-DC Cluster

@patriknw patriknw closed this Sep 16, 2022
@patriknw patriknw reopened this Sep 16, 2022
@lightbend-cla-validator

Hi @JustinPihony,

Thank you for your contribution! We really value the time you've taken to put this together.

We see that you have signed the Lightbend Contributors License Agreement before, however, the CLA has changed since you last signed it.
Please review the new CLA and sign it before we proceed with reviewing this pull request:

https://www.lightbend.com/contribute/cla

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