Nikita-tech-writer commented on a change in pull request #8532:
URL: https://github.com/apache/ignite/pull/8532#discussion_r556608893
##########
File path: docs/_docs/thin-clients/java-thin-client.adoc
##########
@@ -86,6 +86,16 @@ The following code sample illustrates how to use the
partition awareness feature
include::{sourceCodeFile}[tag=partition-awareness,indent=0]
----
+If list of server nodes is dynamically changing or scaling than it is possible
to configure connection with custom implementation of `ClientAddressFinder`. It
should provide actual server addresses collection for every time client ask it.
Review comment:
```suggestion
If a list of server nodes is dynamically changing or scaling, then it is
possible to configure the connection with custom implementation of
`ClientAddressFinder`. It should provide a number of current server addresses
every time a client asks for them.
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]