Hi, everyone I am having some issues understanding the implementation details of RDMA and whether it is supported by Akka. According to this blog post <http://blog.akka.io/artery/2016/12/05/aeron-in-artery>, Akka is using Aeron <https://github.com/real-logic/Aeron> as an underlying transport in the remoting implementation, and Aeron supports RDMA. However, I am unsure of how to leverage it in my own applications. From what I understand, RDMA is a feature of the network adapter, but I do not know if I need to explicitly make use of it in my code? Or if Akka provides functionality to do so?
Thanks in Advance Marc -- >>>>>>>>>> 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.
