Update remoting.md (#28811)
This commit is contained in:
parent
37d87811b5
commit
a04a14d022
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ akka {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
As you can see in the example above there are five things you need to add to get started:
|
As you can see in the example above there are four things you need to add to get started:
|
||||||
|
|
||||||
* Change provider from `local`. We recommend using @ref:[Akka Cluster](cluster-usage.md) over using remoting directly.
|
* Change provider from `local`. We recommend using @ref:[Akka Cluster](cluster-usage.md) over using remoting directly.
|
||||||
* Disable artery remoting. Artery is the default remoting implementation since `2.6.0`
|
* Disable artery remoting. Artery is the default remoting implementation since `2.6.0`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue