ANNOUNCE: New Remoting Milestone 1

1,114 views
Skip to first unread message

Patrik Nordwall

unread,
May 20, 2016, 10:29:04 AM5/20/16
to akka...@googlegroups.com

Dear hakkers,


We’re excited to announce that we have released the first development milestone of the new Akka Remoting, which has the code named Artery. It’s an early development preview and we encourage you to try it out and give us feedback, but it’s not intended for production usage yet.


The version number is 2.4-ARTERY-M1 with same artifacts as usual.


It is enabled with the following configuration:


akka.remote.artery {

 enabled = on

 # The hostname or ip clients should connect to.

 hostname = localhost

 # use 0 if you want a random available port

 port = 20200

}


The protocol part of the actor system address is artery (*), so you need to change previous akka.tcp to artery in for example configuration of cluster seed-nodes.


The key features of Artery compared to current implementation will be:


  • support high throughput and low latency, such as 1,000,000 msg/s and sub-millisecond latency (more details in the design document, and no hard promises yet)

  • improved cluster stability by using isolated streams for control messages, this means less false failure detection in case of heavy message traffic

  • reduce message envelope overhead by smart compression of actor references and other header information

  • make it possible to use efficient serialization with ByteBuffers directly

  • protocol stability between major Akka versions to support for example rolling upgrade deployments (the protocol is however incompatible with current TCP based protocol)

  • internal design that is easier to maintain


We are using Aeron as the underlying transport and are implementing the layers on top using Akka Streams. You find more details in the design document.


The development branch is artery-dev, in case you want to take a look or contribute. Issues are labeled with t:remoting:artery.



Cheers,
Akka Team

(*) The protocol name is not final and may change before the new remoting infrastructure goes stable.


--

Patrik Nordwall
Akka Tech Lead
Lightbend -  Reactive apps on the JVM
Twitter: @patriknw

loe...@posteo.de

unread,
May 20, 2016, 10:41:38 AM5/20/16
to akka...@googlegroups.com
Great stuff! Very very exciting times ahead!

Cheers
Heiko

--

Heiko Seeberger
Twitter: @hseeberger

--
>>>>>>>>>> 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+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Vitor Vieira

unread,
May 20, 2016, 1:02:12 PM5/20/16
to Akka User List
That's awesome! Can't wait to see the final benchmarks!

Cheers!

Vitor Vieira

Filippo De Luca

unread,
May 20, 2016, 1:03:53 PM5/20/16
to akka...@googlegroups.com
Very good news indeed

--
>>>>>>>>>> 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+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Roland Kuhn

unread,
May 21, 2016, 6:19:46 AM5/21/16
to akka-user
Very exciting indeed, can’t wait to play with it!
Reply all
Reply to author
Forward
0 new messages