vlingo / xoom-wire

The VLINGO XOOM platform SDK wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO XOOM ACTORS.
Mozilla Public License 2.0
13 stars 11 forks source link

ServerRequestResponseChannel implementation based on Netty #32

Closed alexguzun closed 4 years ago

alexguzun commented 4 years ago

Initial version.

Netty documentation: https://netty.io/wiki/user-guide-for-4.x.html

In order to use Netty based implementation, use ServerRequestResponseChannel.startWithNetty

VaughnVernon commented 4 years ago

@alexguzun I have asked @danilo-ambrosio to also review and test on 3 Linux editions, 2 of them on cloud platforms.

alexguzun commented 4 years ago

Hi @VaughnVernon. I have not refactored the existing socket based implementation. Only the unit tests. Netty based implementation is an addition along with other implementations of ServerRequestResponseChannel.

But I aggree that we should wait for feedback from @danilo-ambrosio .