Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created November 21, 2017 06:41
Akka Cluster config
akka {
actor {
provider = akka.cluster.ClusterActorRefProvider
}
cluster {
metrics.enabled = off
seed-nodes = [ "akka.tcp://default@akkaseed:2552" ]
auto-down-unreachable-after = 5s
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment