I used to run an Akka cluster on top of etcd.  I just had a wrapper script 
that grabbed seed hosts from etcd and passed them as flags to my java 
command.

We were using fleetd to deploy our Akka cluster nodes as Docker instances. 
 Each node had a sidekick job in fleetd that updated etcd with the Akka 
host's hostname and port every 60 seconds.  If the Akka node crashed, the 
sidekick would be taken down as well and the etcd entry for that Akka host 
would expire within 45 seconds.

On Tuesday, April 26, 2016 at 1:10:18 PM UTC-6, Val P wrote:
>
> Hi,
> Does anyone have any experience with ConstructR or akka-cluster-etcd for 
> bootstrapping an akka cluster off of etcd? How do the two compare, and are 
> there other options?
>
> ConstructR: https://github.com/hseeberger/constructr
> akka-cluster-etcd: https://github.com/rkrzewski/akka-cluster-etcd
>
>
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to