SofiaSedova commented on code in PR #11856: URL: https://github.com/apache/ignite/pull/11856#discussion_r1946072116
########## docs/_docs/tools/control-script.adoc: ########## @@ -36,17 +36,16 @@ control.bat <connection parameters> <command> <arguments> == Connecting to Cluster -When executed without connection parameters, the control script tries to connect to a node running on localhost (`localhost:11211`). +NOTE: Starting from Apache Ignite version 2.17, the utility by default uses a connection through the thin client protocol (configured on a node via 'org.apache.ignite.configuration.ClientConnectorConfiguration'). See link:#migration-to-the-thin-client-protocol[migration notes]. Review Comment: ```suggestion NOTE: Starting from Apache Ignite version 2.17, the utility by default uses a connection through the thin client protocol (configured on a node via `org.apache.ignite.configuration.ClientConnectorConfiguration`). See link:#migration-to-the-thin-client-protocol[Migration Notes] for more information. ``` -- 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]
