GitHub user Mmuzaf opened a pull request:
https://github.com/apache/ignite/pull/5619 IGNITE-10619: CommunicationSpi support channels initial commit
- GridNioServer supports channel creation from GridNioSession
- rework createTcpClient method
- new GridIoManager channel creation listener
- updated HandshakeMessage2 to support new connections
- new connection Builder'Ñ
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/Mmuzaf/ignite ignite-10619
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5619.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5619
----
commit ae7e5f6e10b23caf98830e349286bcf4ea059cff
Author: Maxim Muzafarov <maxmuzaf@...>
Date: 2018-12-10T11:01:44Z
IGNITE-10619: CommunicationSpi support channels initial commit
----
---