invesdwin / invesdwin-context-integration

invesdwin-context modules that provide integration features
GNU Lesser General Public License v3.0
1 stars 0 forks source link

implement multiplexing channel for nio selector #55

Open subes opened 1 year ago

subes commented 1 year ago

follow-up from https://github.com/invesdwin/invesdwin-context-integration/issues/39

subes commented 1 year ago

For now an async multiplexing rcp handler using Netty-NIO is available by directly starting a netty server.

Later a more direct approach could be implemented, though netty is already optimized high throughput for server loads.