diff --git a/akka-docs/rst/java/cluster-sharding.rst b/akka-docs/rst/java/cluster-sharding.rst index 4a88813ee8..021396b448 100644 --- a/akka-docs/rst/java/cluster-sharding.rst +++ b/akka-docs/rst/java/cluster-sharding.rst @@ -36,7 +36,7 @@ The above actor uses event sourcing and the support provided in ``UntypedPersist It does not have to be a persistent actor, but in case of failure or migration of entities between nodes it must be able to recover its state if it is valuable. -Note how the ``persistenceId`` is defined. The name of the actor is the entity entity identifier (utf-8 URL-encoded). +Note how the ``persistenceId`` is defined. The name of the actor is the entity identifier (utf-8 URL-encoded). You may define it another way, but it must be unique. When using the sharding extension you are first, typically at system startup on each node diff --git a/akka-docs/rst/scala/cluster-sharding.rst b/akka-docs/rst/scala/cluster-sharding.rst index f5b208ed1d..634f4eaa74 100644 --- a/akka-docs/rst/scala/cluster-sharding.rst +++ b/akka-docs/rst/scala/cluster-sharding.rst @@ -36,7 +36,7 @@ The above actor uses event sourcing and the support provided in ``PersistentActo It does not have to be a persistent actor, but in case of failure or migration of entities between nodes it must be able to recover its state if it is valuable. -Note how the ``persistenceId`` is defined. The name of the actor is the entity entity identifier (utf-8 URL-encoded). +Note how the ``persistenceId`` is defined. The name of the actor is the entity identifier (utf-8 URL-encoded). You may define it another way, but it must be unique. When using the sharding extension you are first, typically at system startup on each node