being explicit about how to disable artery

This commit is contained in:
Renato Cavalcanti 2019-06-08 10:27:29 +02:00
parent 047d620c07
commit f7ca0abb24

View file

@ -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)