Removing nodename
This commit is contained in:
parent
5006f96348
commit
bfd11ad8c5
21 changed files with 29 additions and 59 deletions
|
|
@ -29,11 +29,6 @@ class RemoteSettings(val config: Config, val systemName: String) {
|
|||
case RemoteAddressExtractor(addr) ⇒ addr.transport
|
||||
}
|
||||
|
||||
val NodeName: String = config.getString("akka.cluster.nodename") match {
|
||||
case "" ⇒ throw new ConfigurationException("Configuration option 'akka.cluster.nodename' must be non-empty.")
|
||||
case value ⇒ value
|
||||
}
|
||||
|
||||
val serverSettings = new RemoteServerSettings
|
||||
val clientSettings = new RemoteClientSettings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue