SammyVimes commented on a change in pull request #102:
URL: https://github.com/apache/ignite-3/pull/102#discussion_r628201606
##########
File path:
modules/network/src/main/java/org/apache/ignite/network/scalecube/ScaleCubeClusterServiceFactory.java
##########
@@ -39,7 +41,10 @@
@Override public ClusterService
createClusterService(ClusterLocalConfiguration context) {
var topologyService = new ScaleCubeTopologyService();
var messagingService = new ScaleCubeMessagingService(topologyService);
- var transportFactory = new
DelegatingTransportFactory(messagingService);
+ MessageSerializationRegistry registry =
context.getSerializationRegistry();
+ ConnectionManager connectionManager = new
ConnectionManager(context.getPort(), registry);
Review comment:
Right
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]