I am writing a system that needs to be distributed across various data 
centers e.g. US, Europe, Asia. I need to replicate a small amount of 
configuration data between the nodes in each datacenter (there are a small 
number of nodes in each data center, 1 or 2) and this configuration can be 
updated in any of the data centers. 

I am considering using akka clustering with the distributed data feature to 
replicate this configuration data. However, I haven't been able to find any 
documentation about whether it is recommended to have an akka cluster span 
data centers, over a network leg that is much more unreliable than a LAN 
connection or what guarantees are provided in such a configuration.

Is this a configuration that will work well? Or is something like akka 
cluster client a better approach? Or is there another solution akka can 
offer to this problem?

Any help appreciated

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