being explicit about how to disable artery
This commit is contained in:
parent
047d620c07
commit
f7ca0abb24
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ For TCP:
|
|||
|
||||
#### Remaining with Classic remoting (not recommended)
|
||||
|
||||
Classic remoting is deprecated but can be used in `2.6.` Any configuration under `akka.remote` that is
|
||||
Classic remoting is deprecated but can be used in `2.6.` Explicitly disable Artery by setting property `akka.remote.artery.enabled` to `false`. Further, any configuration under `akka.remote` that is
|
||||
specific to classic remoting needs to be moved to `akka.remote.classic`. To see which configuration options
|
||||
are specific to classic search for them in: [`akka-remote/reference.conf`](/akka-remote/src/main/resources/reference.conf)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue