J-Bakuli commented on code in PR #10453:
URL: https://github.com/apache/ignite/pull/10453#discussion_r1132003013
##########
modules/core/src/main/java/org/apache/ignite/configuration/ClientConfiguration.java:
##########
@@ -529,11 +531,17 @@ public ClientConfiguration
setTransactionConfiguration(ClientTransactionConfigur
}
/**
+ * Partition awareness functionality helps to avoid an additional network
hop in the following scenarios:
+ * <ul>
+ * <li>1. Single-key operations API, like put(), get(), etc. However,
the functionality has no effect on those
+ * operations within explicit transactions {@code
ClientTransactions#txStart()}.</li>
Review Comment:
thank you, I will correct
--
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]