IgGusev commented on code in PR #12549:
URL: https://github.com/apache/ignite/pull/12549#discussion_r2580579307
##########
docs/_docs/thin-clients/java-thin-client.adoc:
##########
@@ -75,6 +75,34 @@ include::{sourceCodeFile}[tag=connect-to-many-nodes,indent=0]
Note that the code above provides a failover mechanism in case of server node
failures. Refer to the <<Handling Node Failures>> section for more information.
+[[discovery]]
+=== Automatic Server Node Discovery
+
+Thin client can discover server nodes in the cluster automatically.
+This behavior is enabled when `ClientConfiguration.clusterDiscoveryEnabled` is
enabled (`true` by default).
+
+Server discovery is an asynchronous process - it happens in the background.
+Additionally, thin client receives topology updates only when it performs some
operations (to minimize server load and network traffic from idle connections).
+
+[WARNING]
+====
+[discrete]
Review Comment:
I think we can drop this. There is no header in the warning.
--
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]