timoninmaxim commented on a change in pull request #8532:
URL: https://github.com/apache/ignite/pull/8532#discussion_r548883952
##########
File path: docs/_docs/installation/kubernetes/generic-configuration.adoc
##########
@@ -388,6 +388,17 @@ Note that we use the external IP address (LoadBalancer
Ingress) of the service.
include::{javaFile}[tags=connectThinClient, indent=0]
----
+Thin clients support the partition awareness feature that may speed up
operations. Thin clients store a mapping of Ignite nodes to cache partitions
and send partition requests directly to the right node.
+A client connected to the Kubernetes cluster through Ingress can't build such
a map. Instead, to activate the feature, one should start a client within the
cluster and configure it with KubernetesConnectionConfiguration.
Review comment:
Hi, I'm agree that there should be part of ClientAddressFinder in thin
client. As any user can write own implementation of this interface and use it
within any (not only k8s env).
@dmagda @Nikita-tech-writer Nikita, if you didn't start work on this ticket
yet I will add this to docs. Please let me know you current status on this
ticket
----------------------------------------------------------------
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]