timoninmaxim commented on a change in pull request #8532:
URL: https://github.com/apache/ignite/pull/8532#discussion_r554925845
##########
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:
@Nikita-tech-writer hi! I've updated docs and push. Please let me know
if it is ok or not.
----------------------------------------------------------------
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]