Fix formatting mistake in akka-cluster docs (#23348)
This commit is contained in:
parent
57dc2763be
commit
d87cf4aec4
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ This example illustrates two different ways to define the entity identifier in t
|
|||
sent to the entity actor is wrapped in the envelope.
|
||||
|
||||
Note how these two messages types are handled in the @scala[`extractEntityId` function] @java[`entityId` and `entityMessage` methods] shown above.
|
||||
The message sent to the entity actor is @scala[the second part of the tuple returned by the `extractEntityId`] @[what `entityMessage` returns] and that makes it possible to unwrap envelopes
|
||||
The message sent to the entity actor is @scala[the second part of the tuple returned by the `extractEntityId`] @java[what `entityMessage` returns] and that makes it possible to unwrap envelopes
|
||||
if needed.
|
||||
|
||||
A shard is a group of entities that will be managed together. The grouping is defined by the
|
||||
|
|
@ -468,4 +468,4 @@ When doing rolling upgrades special care must be taken to not change any of the
|
|||
* the role that the shard regions run on
|
||||
* the persistence mode
|
||||
|
||||
If any one of these needs a change it will require a full cluster restart.
|
||||
If any one of these needs a change it will require a full cluster restart.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue