For a java rpc library, check out grpc (which also...
# announcements
r
For a java rpc library, check out grpc (which also supports several other languages). grpc is based on Google's internal rpc stack, and it has a streaming mode which could easily be hooked up to rx on the client and server-sides.