timoninmaxim commented on code in PR #10453: URL: https://github.com/apache/ignite/pull/10453#discussion_r1131610562
########## docs/_docs/thin-clients/java-thin-client.adoc: ########## @@ -79,6 +79,12 @@ Note that the code above provides a failover mechanism in case of server node fa include::includes/partition-awareness.adoc[] +Partition awareness functionality helps to avoid an additional network hop in the following scenarios: + +1. Single-key operations API, like put(), get(), etc. However, the functionality has no effect on those operations within explicit transactions (initiated via ClientTransaction.txStart() described in <<Transactions>> section). Review Comment: .txStart() -> #txStart() -- 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]
