fix small issue (#23363)
This commit is contained in:
parent
6b9860eca2
commit
f57bed8687
1 changed files with 2 additions and 2 deletions
|
|
@ -187,7 +187,7 @@ akka.persistence.max-concurrent-recoveries = 50
|
||||||
|
|
||||||
@@@ note
|
@@@ note
|
||||||
|
|
||||||
Accessing the @scala[`sender()`]@java[sender with `getSender()] for replayed messages will always result in a `deadLetters` reference,
|
Accessing the @scala[`sender()`]@java[sender with `getSender()`] for replayed messages will always result in a `deadLetters` reference,
|
||||||
as the original sender is presumed to be long gone. If you indeed have to notify an actor during
|
as the original sender is presumed to be long gone. If you indeed have to notify an actor during
|
||||||
recovery in the future, store its `ActorPath` explicitly in your persisted events.
|
recovery in the future, store its `ActorPath` explicitly in your persisted events.
|
||||||
|
|
||||||
|
|
@ -338,7 +338,7 @@ Java
|
||||||
|
|
||||||
@@@ note
|
@@@ note
|
||||||
|
|
||||||
In order to implement the pattern known as "*command sourcing*" simply call @scala[persistAsync(cmd)(...)`]@java[`persistAsync`] right away on all incoming
|
In order to implement the pattern known as "*command sourcing*" simply call @scala[`persistAsync(cmd)(...)`]@java[`persistAsync`] right away on all incoming
|
||||||
messages and handle them in the callback.
|
messages and handle them in the callback.
|
||||||
|
|
||||||
@@@
|
@@@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue