You may also want to track our blog, as we're publishing things about Artery internals there: http://blog.akka.io/artery/2016/12/02/streams-in-artery http://blog.akka.io/artery/2016/12/05/aeron-in-artery
Those were rather light, we have some pretty advanced stuff in there which we'll want to blog about eventually – watch the blog ;-) On Fri, Jan 6, 2017 at 11:13 AM, Konrad Malawski < [email protected]> wrote: > Hi Gavin, > the question boils down to when you expect to hit prod. > We're still working on improving stability and > production-hints-on-configuring/debugging > Artery. > > In general since this sounds like a new project I would suggest you start > using Artery and provide us with feedback if something feels off. > Please note that changing the remoting subsystem is exactly _zero_ code > changes :-) If you want to step back and use the old TCP based one you can > with the flip of a switch (akka.remote.artery.enabled = off). > > I assume you've seen: http://doc.akka.io/docs/akka/2.4/scala/remoting- > artery.html > The question on "Does it completely replace the initial actor conf example > file" sounds a bit weird - it is the same file, artery simply has it's own > configuration section: http://doc.akka.io/docs/akka/2.4/general/ > configuration.html#akka-remote > > Happy hakking! > > -- > Konrad `ktoso` Malawski > Akka <http://akka.io> @ Lightbend <http://lightbend.com> > > On 6 January 2017 at 10:42:47, Gavin Baumanis ([email protected]) > wrote: > > Hi Gang, > > I was getting started with a technology pilot and was planning on using > akka clustering. > I started by creating a separate conf file for akka module / section. > > Since it is relatively new in the development phase - we initially plan on > keeping everything updated as new versions of Scala / Akka and Play are > released... So that we're at the very latest possible versions before we > have to start doing appropriate "versioning" of dependencies. So changes > in config - even in code use are expected at this stage... > > While going through the documentation and attempting to configure an Akka > cluster, I came across a configuration file; > Stating that "artery" was the new 'way" for akka remoting. > > So now , I have some (hopefully) quick questions, please... > > * Should I use the new artery or not? > * The artery version of the conf file has an "actor" space... > Should this namespace be in the "actor.actor" config file? - or > dopes it belong with the remote config? > * Does it "completely replace the initial "actor" conf example file? > > Lastly and probably the most import one is - is there some appropriate > documentation / discussions about artery? Particularly if the advice is to > go with that version of remoting? > > > As is always the case... > Thanks very much in advance! > > -Gavin. > -- > >>>>>>>>>> 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 https://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > > -- Cheers, Konrad 'ktoso' Malawski Akka <http://akka.io/> @ Lightbend <http://lightbend.com/> -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
