use ByteString.empty
* and a few other cleanups
This commit is contained in:
parent
fe47d596bc
commit
184e45e6b2
9 changed files with 17 additions and 18 deletions
|
|
@ -61,7 +61,7 @@ object AdaptiveLoadBalancingRouterConfig extends MultiNodeConfig {
|
|||
// Extract individual sigar library for every node.
|
||||
nodeList foreach { role ⇒
|
||||
nodeConfig(role) {
|
||||
ConfigFactory.parseString("akka.cluster.metrics.native-library-extract-folder=${user.dir}/target/native/" + role.name)
|
||||
ConfigFactory.parseString(s"akka.cluster.metrics.native-library-extract-folder=$${user.dir}/target/native/" + role.name)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue