ptupitsyn commented on code in PR #6469: URL: https://github.com/apache/ignite-3/pull/6469#discussion_r2297649939
########## modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientHandlerModule.java: ########## @@ -193,7 +196,8 @@ public ClientHandlerModule( ClientConnectorConfiguration clientConnectorConfiguration, LowWatermark lowWatermark, NodeProperties nodeProperties, - Executor partitionOperationsExecutor + Executor partitionOperationsExecutor, + ClusterIdSupplier clusterIdSupplier Review Comment: I think we can use existing `clusterInfoSupplier` to get the id. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org