All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kka-cluster-seed_2.11.1.6.1.source-code.application.conf Maven / Gradle / Ivy

akka {
  loggers = ["akka.event.slf4j.Slf4jLogger"]
  loglevel = DEBUG
  stdout-loglevel = DEBUG
  debug {
    receive = on
    autoreceive = on
    lifecycle = on
    event-stream = on
  }
  actor {
    provider = "akka.cluster.ClusterActorRefProvider"
  }
  remote {
    log-remote-lifecycle-events = off
    netty.tcp {
      hostname = l1.cpr.com
      port = 2560
    }
  }
  cluster {
    # should config seed-nodes
#    seed-nodes = [
#    ]
    gossip-interval = 2s
    metrics.enabled = off
  }
  #extensions = ["akka.contrib.pattern.DistributedPubSubExtension"]
  contrib.cluster.pub-sub {
    # How often the DistributedPubSubMediator should send out gossip information
    gossip-interval = 2s
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy