Recommend config checker when migrating to 2.6 (#28607)

This commit is contained in:
Arnout Engelen 2020-02-13 15:11:48 +01:00 committed by GitHub
parent ec3d67df7e
commit c032ac2fdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,6 +280,8 @@ Explicitly disable Artery by setting property `akka.remote.artery.enabled` to `f
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: @ref:[`akka-remote/reference.conf`](../general/configuration-reference.md#config-akka-remote).
If you have a [Lightbend Platform Subscription](https://www.lightbend.com/lightbend-platform-subscription) you can use our [Config Checker](https://doc.akka.io/docs/akka-enhancements/current/config-checker.html) enhancement to flag any settings that have not been properly migrated.
### Persistent mode for Cluster Sharding
Cluster Sharding coordinator and @ref:[Remembering Entities](../cluster-sharding.md#remembering-entities) state could previously be stored in Distributed Data or via Akka Persistence.