Hello

Is there any information or real-life experience of using AKKA clustered 
services in Docker Swarm cluster ?
We're developing our AKKA based services and they are intended to be run in 
separate docker containers.
I.e. one service instance = 1 docker container.

The disturbing points are following

1. Possible network overhead because swarm nodes and akka nodes are auto 
discovering each other using gossip.
2. How to find seed nodes for AKKA cluster nodes, i.e. is it possible to 
not use third party services like consul for this and rely completely on 
Docker Swarm ?
3. Is there any advice on cluster topology, i.e. is it better to join all 
nodes into single cluster, or create a cluster per service and use cluster 
client to access it ?

We'd be very appreciated for any sort of information about the topic.

-- 
>>>>>>>>>>      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