Sharded Daemon Process #28710

A new cluster tool for running a number of actor instances balanced over the cluster.
This commit is contained in:
Johan Andrén 2020-03-10 18:04:09 +01:00 committed by GitHub
parent d26453b5e8
commit 6bc4e3b94c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 740 additions and 5 deletions

View file

@ -434,6 +434,7 @@ lazy val clusterShardingTyped = akkaModule("akka-cluster-sharding-typed")
.settings(javacOptions += "-parameters") // for Jackson
.settings(AutomaticModuleName.settings("akka.cluster.sharding.typed"))
// To be able to import ContainerFormats.proto
.settings(Protobuf.settings)
.settings(Protobuf.importPath := Some(baseDirectory.value / ".." / "akka-remote" / "src" / "main" / "protobuf"))
.configs(MultiJvm)
.enablePlugins(MultiNodeScalaTest)