Skip to content

Commit 85757ba

Browse files
vvraskincbickel
authored andcommitted
Share bookkeeping data across controllers (#2531)
* Use akka distributed map to store the shared state * Join seed nodes in the load balancer service * Add optional auto-down-unreachable-after * Local bookkeeping is used by default * Update documentation
1 parent adeb9b2 commit 85757ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dependencies {
4848
compile 'junit:junit:4.11'
4949
compile 'com.jayway.restassured:rest-assured:2.6.0'
5050
compile 'org.scalatest:scalatest_2.11:3.0.1'
51+
compile 'com.typesafe.akka:akka-testkit_2.11:2.5.4'
5152
compile 'com.google.code.gson:gson:2.3.1'
5253
compile 'org.scalamock:scalamock-scalatest-support_2.11:3.4.2'
5354
compile 'com.typesafe.akka:akka-testkit_2.11:2.4.16'

0 commit comments

Comments
 (0)