* moved to cluster tests, in new package akka.cluster.testkit * changed config in tests * migration guide * documentation clarificiations for Downing and Leaving * update warnings in Singleton and Sharding
This commit is contained in:
parent
064f06f5a6
commit
a217d5566e
61 changed files with 414 additions and 309 deletions
|
|
@ -36,7 +36,6 @@ import akka.pattern.ask
|
|||
import akka.pattern.pipe
|
||||
import akka.util.JavaDurationConverters._
|
||||
import akka.util.Timeout
|
||||
import com.github.ghik.silencer.silent
|
||||
import com.typesafe.config.Config
|
||||
|
||||
object ClusterSingletonManagerSettings {
|
||||
|
|
@ -45,7 +44,6 @@ object ClusterSingletonManagerSettings {
|
|||
* Create settings from the default configuration
|
||||
* `akka.cluster.singleton`.
|
||||
*/
|
||||
@silent("deprecated") // DownRemovalMargin
|
||||
def apply(system: ActorSystem): ClusterSingletonManagerSettings =
|
||||
apply(system.settings.config.getConfig("akka.cluster.singleton"))
|
||||
// note that this setting has some additional logic inside the ClusterSingletonManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue