Ronen

Results 21 comments of Ronen

since .services(new MyService()) is deprecated we need to update all the examples to how to use the current api correctly including the docs. ```java // Construct a ScaleCube node which...

@segabriel @snripa IMHO implementation should be based on Aeron transport. 1. using aeron multicast and unicast. 2. we should publish the handlers location on the cluster in the same way...

website moved here: http://scalecube.github.io/ fixed links in readme thanks!

i suggest to keep services as they are as they fit better the patterns of request-reply and request stream. for cases where we want to subscribe and publish and manage...

**Motivation:** lets imagine we have 2 services in our cluster each service might go online and offline at any given point of time. Service A depends on service B so...

meanwhile you can are invited to the gitter channel and ask questions it might be useful https://gitter.im/scalecube/Lobby

@CodeMason as part of our research to implement reactor aeron we where also interested to implement rsocket aeron. https://github.com/scalecube/rsocket-transport-aeron one issue we found with integrating Rsocket with Aeron is the...

Hey @OlegDokuka! :) the reasons are clear and netty is great probably for most of use cases. netty BB is a powerful thing. on the other hand aeron does not...

better to do (Consolidate Client SDK wiith ServiceCall) #578 first as result there will be client sdk no more...