ptupitsyn commented on a change in pull request #466:
URL: https://github.com/apache/ignite-3/pull/466#discussion_r755215428



##########
File path: 
modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientHandlerModule.java
##########
@@ -123,36 +129,29 @@ private ChannelFuture startEndpoint() throws 
InterruptedException {
 
         int port = 0;
         Channel ch = null;
-
-        // TODO: Reuse Netty infrastructure from network module IGNITE-15307.
-        EventLoopGroup eventLoopGroup = new NioEventLoopGroup();
-        ServerBootstrap b = new ServerBootstrap();
-
-        b.group(eventLoopGroup)
-                .channel(NioServerSocketChannel.class)
-                .childHandler(new ChannelInitializer<>() {
+    
+        var bootstrap = bootstrapFactory.createServerBootstrap();

Review comment:
       Fixed.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to