Krzysztof Otrębski @kotrebski
...it seems to have been the general policy then to not try to repeat psychological experiments,
Richard Feynman
akka {
cluster {
auto-down-unreachable-after = 30s
}
}
*It can be too short to use on PROD, but good for having this presentation
#Clone project from GitHub:
$ git clone https://github.com/otrebski/reactive-missile-defend.git
#Run shared journal
$ export SEED_NODE=akka.tcp://defend@localhost:3000; export HOST=localhost;export PORT=3000; sbt sj ↵
#Run Swing UI
$ SEED_NODE=akka.tcp://defend@localhost:3000; HOST=localhost; PORT=3001; sbt ui ↵
#Run Command Center's node
$ SEED_NODE=akka.tcp://defend@localhost:3000; HOST=localhost; PORT=3002 sbt cc ↵
#Run another Command Center's node
$ SEED_NODE=akka.tcp://defend@localhost:3000; HOST=localhost; PORT=3003 sbt cc ↵
/