isapego commented on a change in pull request #9680:
URL: https://github.com/apache/ignite/pull/9680#discussion_r773364491
##########
File path: docs/_docs/quick-start/cpp.adoc
##########
@@ -32,24 +32,48 @@ include::includes/install-ignite.adoc[]
include::includes/starting-node.adoc[]
NOTE: Ignite for C++ supports a thick client and a thin client.
-Because this guide focuses on the thin client, you can run the examples below,
connecting to the Java-based nodes you just started.
+Because this guide focuses on the thick client, you can run the examples
below, connecting to the Java-based nodes you just started.
-Once the cluster is started, you can use the Ignite C++ thin client to perform
cache operations (things like getting or putting data, or using SQL).
+Once the cluster is started, you can use the Ignite C++ thick client to
perform cache operations (things like getting or putting data, or using SQL).
== Getting Started with Ignite and C++
-Ignite ships with a robust {cpp} client.
+Ignite ships with a robust {cpp} thick client.
Review comment:
Not sure about these changes
--
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]