I don't have a dedicated dispatcher for the proxy actor,and for the server and client side pools,in fact it's event loop group,a more nice one is using reflection,create it via provider,then you have all the control ,but I think the default one is good,and the code there,is not that good,more of a POC.
why Netty 4.1.x.beta? it's good,stable ,cause we just using the TCP side,check the GRPC-java.You know that,the Netty5 will be the final stable one. I will update another version later,based on akka-io-netty,but I haven't do that cause I can't do an release via https://github.com/softprops/bintray-sbt/,an issue here. https://github.com/softprops/bintray-sbt/issues/66. Another problem I occur is that I don't know how to make an automatic control via the the current remote SPI. I just receive ByteStrings.If I want to improve the throughput ,I should not call the ```flush``` after every ```write```,But that will cause a problem,when some akka's cluster message will not flush out in time.But I may using an scheduler to keep it. maybe akka have do the flow control on a higher level. anyway I will figure out update with some code,so we,anyone interest could take a look. I want using netty to implement the TCP,UDP,and Domain transport,and then implement the remote transport based on TCP,UDP,and Domain socket,and later the stream based one. I am in a game company ,so busy ,so I just make things works first ,not that flexible,I will update later,stay turn. -- >>>>>>>>>> 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.
