fix typo in remoting*.md and actors.md #24061
This commit is contained in:
parent
2c31f57539
commit
e722e1aafe
6 changed files with 7 additions and 7 deletions
|
|
@ -665,7 +665,7 @@ akka {
|
|||
# Akka Serialization extension, instead DisabledJavaSerializer will
|
||||
# be inserted which will fail explicitly if attempts to use java serialization are made.
|
||||
#
|
||||
# The log messages emitted by such serializer SHOULD be be treated as potential
|
||||
# The log messages emitted by such serializer SHOULD be treated as potential
|
||||
# attacks which the serializer prevented, as they MAY indicate an external operator
|
||||
# attempting to send malicious messages intending to use java serialization as attack vector.
|
||||
# The attempts are logged with the SECURITY marker.
|
||||
|
|
@ -1061,7 +1061,7 @@ akka {
|
|||
phases {
|
||||
|
||||
# The first pre-defined phase that applications can add tasks to.
|
||||
# Note that more phases can be be added in the application's
|
||||
# Note that more phases can be added in the application's
|
||||
# configuration by overriding this phase with an additional
|
||||
# depends-on.
|
||||
before-service-unbind {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ import akka.util.OptionVal
|
|||
object CoordinatedShutdown extends ExtensionId[CoordinatedShutdown] with ExtensionIdProvider {
|
||||
/**
|
||||
* The first pre-defined phase that applications can add tasks to.
|
||||
* Note that more phases can be be added in the application's
|
||||
* Note that more phases can be added in the application's
|
||||
* configuration by overriding this phase with an additional
|
||||
* depends-on.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ object ConsistentHashingRoutingLogic {
|
|||
* The key is part of the message and it's convenient to define it together
|
||||
* with the message definition.
|
||||
*
|
||||
* 3. The messages can be be wrapped in a [[akka.routing.ConsistentHashingRouter.ConsistentHashableEnvelope]]
|
||||
* 3. The messages can be wrapped in a [[akka.routing.ConsistentHashingRouter.ConsistentHashableEnvelope]]
|
||||
* to define what data to use for the consistent hash key. The sender knows
|
||||
* the key to use.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1078,7 +1078,7 @@ The default phases are defined as:
|
|||
|
||||
@@snip [reference.conf]($akka$/akka-actor/src/main/resources/reference.conf) { #coordinated-shutdown-phases }
|
||||
|
||||
More phases can be be added in the application's configuration if needed by overriding a phase with an
|
||||
More phases can be added in the application's configuration if needed by overriding a phase with an
|
||||
additional `depends-on`. Especially the phases `before-service-unbind`, `before-cluster-shutdown` and
|
||||
`before-actor-system-terminate` are intended for application specific phases or tasks.
|
||||
|
||||
|
|
|
|||
|
|
@ -592,7 +592,7 @@ be inserted which will fail explicitly if attempts to use java serialization are
|
|||
|
||||
It will also enable the above mentioned *enable-additional-serialization-bindings*.
|
||||
|
||||
The log messages emitted by such serializer SHOULD be be treated as potential
|
||||
The log messages emitted by such serializer SHOULD be treated as potential
|
||||
attacks which the serializer prevented, as they MAY indicate an external operator
|
||||
attempting to send malicious messages intending to use java serialization as attack vector.
|
||||
The attempts are logged with the SECURITY marker.
|
||||
|
|
|
|||
|
|
@ -417,7 +417,7 @@ be inserted which will fail explicitly if attempts to use java serialization are
|
|||
|
||||
It will also enable the above mentioned `enable-additional-serialization-bindings`.
|
||||
|
||||
The log messages emitted by such serializer SHOULD be be treated as potential
|
||||
The log messages emitted by such serializer SHOULD be treated as potential
|
||||
attacks which the serializer prevented, as they MAY indicate an external operator
|
||||
attempting to send malicious messages intending to use java serialization as attack vector.
|
||||
The attempts are logged with the SECURITY marker.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue