ptupitsyn commented on code in PR #6645:
URL: https://github.com/apache/ignite-3/pull/6645#discussion_r2378519476


##########
modules/client/src/main/java/org/apache/ignite/client/IgniteClient.java:
##########
@@ -387,6 +389,20 @@ public Builder sqlPartitionAwarenessMetadataCacheSize(int 
size) {
             return this;
         }
 
+        /**
+         * Sets the client name. Default is {@code null}, which means that 
Ignite will generate a unique name automatically.
+         *
+         * <p>Client name is used for identifying clients in JMX metrics.
+         *
+         * @param name Client name.
+         * @return This instance.
+         */

Review Comment:
   Good point, done (javadoc updated, test added).



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