Hi Brandon, Akka 2.3.x branch gets only bug and performance fixes. New feature development is happening on the master (upcoming 2.4) branch. We target to release 2.4 early next year.
There are two ways to run current akka in docker containers. If you run all containers on the same host, then akka containers can talk with each other using container local addresses. Another way is to start containers with --net=host flag, which breaks network containerization but allows containers to talk to each other using the host address. On Thu, Nov 13, 2014 at 9:10 PM, Brandon Arp <[email protected]> wrote: > I saw a commit go into master a while back to support a different bind > hostname (commit 47556a0ebf1e8b51adc384dd451ce83ff9388ec6). Are there > plans to release/backport this in the Akka 2.3.x branch? If not, what is > the timeframe on releasing 2.4? > > This seems like a pretty important feature with the accelerating adoption > of containers. > > Thanks, > Brandon > > -- > >>>>>>>>>> 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Martynas Mickevičius Typesafe <http://typesafe.com/> – Reactive <http://www.reactivemanifesto.org/> Apps on the JVM -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
