!cls #13711 Move cluster sharding
This commit is contained in:
parent
fb72214d99
commit
10a11e415e
17 changed files with 168 additions and 37 deletions
|
|
@ -30,6 +30,8 @@ object OSGi {
|
|||
|
||||
val clusterTools = exports(Seq("akka.cluster.singleton.*", "akka.cluster.client.*", "akka.cluster.pubsub.*"),
|
||||
imports = Seq(protobufImport()))
|
||||
|
||||
val clusterSharding = exports(Seq("akka.cluster.sharding.*"), imports = Seq(protobufImport()))
|
||||
|
||||
val clusterMetrics = exports(Seq("akka.cluster.metrics.*"), imports = Seq(protobufImport(),kamonImport(),sigarImport()))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue