Nikita-tech-writer commented on a change in pull request #8532:
URL: https://github.com/apache/ignite/pull/8532#discussion_r556610681



##########
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.
+The following code sample illustrates how to use it.
+
+[source, java]
+----
+include::{sourceCodeFile}[tag=client-address-finder,indent=0]
+----
+
+Currently Ignite provides the only implementation of this interface. 
`ThinClientKubernetesAddressFinder` is created to handle scalable Kubernetes 
environment.

Review comment:
       ```suggestion
   Currently, Ignite provides the only implementation of this interface. 
`ThinClientKubernetesAddressFinder` is created to handle scalable Kubernetes 
environment.
   ```




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


Reply via email to