akka-cluster-custom-downing provides configurable auto-downing strategy you can choose based on your distributed application design.
akka-cluster-custom-downing 0.0.10
Group ID:
com.github.TanUkkii007
Artifact ID:
akka-cluster-custom-downing_2.12
Version:
0.0.10
Release Date:
Dec 28, 2017
Licenses:
libraryDependencies += "com.github.TanUkkii007" %% "akka-cluster-custom-downing" % "0.0.10" resolvers += Resolver.bintrayRepo("tanukkii007", "maven")
ivy"com.github.TanUkkii007::akka-cluster-custom-downing:0.0.10" MavenRepository("https://dl.bintray.com/tanukkii007/maven")
//> using dep "com.github.TanUkkii007::akka-cluster-custom-downing:0.0.10"
import $ivy.`com.github.TanUkkii007::akka-cluster-custom-downing:0.0.10` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray tanukkii007 maven", "Some(https://dl.bintray.com/tanukkii007/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.github.TanUkkii007</groupId> <artifactId>akka-cluster-custom-downing_2.12</artifactId> <version>0.0.10</version> </dependency>
compile group: 'com.github.TanUkkii007', name: 'akka-cluster-custom-downing_2.12', version: '0.0.10'