Skip to content

Conversation

Horusiath
Copy link
Contributor

This PR only updated documentation up to changes made previously around DData mode + section about remember entities. No code was changed.

@Horusiath Horusiath added this to the 1.3.3 milestone Jan 7, 2018
@@ -6,15 +6,22 @@ title: Akka.Cluster.Sharding module

Cluster sharding is useful in cases when you want to contact with cluster actors using their logical id's, but don't want to care about their physical location inside the cluster or manage their creation. Moreover it's able to rebalance them, as nodes join/leave the cluster. It's often used to represent i.e. Aggregate Roots in Domain Driven Design terminology.

> Cluster sharding depends on Akka.Persistence module. In order to use it, you'll need to specify an event journal accessible by all of the participating nodes.
Cluster sharding can operate in 2 modes, configured via `akka.cluster.sharding.state-store-mode` HOCON configuration:
Copy link
Member

Choose a reason for hiding this comment

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

Looks good to me

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

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

Looks good to me

@Aaronontheweb Aaronontheweb merged commit 463fc66 into akkadotnet:dev Jan 8, 2018
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.

2 participants