valepakh commented on code in PR #4244:
URL: https://github.com/apache/ignite-3/pull/4244#discussion_r1724734115
##########
docs/_docs/developers-guide/clients/cpp.adoc:
##########
@@ -147,24 +147,27 @@ Here is how the client connector configuration looks like:
[source, json]
----
-"clientConnector": {
- "port": 10800,
- "idleTimeout":3000,
- "sendServerExceptionStackTraceToClient":true,
- "ssl": {
- enabled: true,
- clientAuth: "require",
- keyStore: {
- path: "KEYSTORE_PATH",
- password: "SSL_STORE_PASS"
- },
- trustStore: {
- path: "TRUSTSTORE_PATH",
- password: "SSL_STORE_PASS"
+{
Review Comment:
> Since we're fixing it anyway, we could remove quotations from the example,
making it a proper HOCON rather than a JSON. Maybe it's worth doing as a
separate JIRA, to make merge conflicts simpler. What do you think?
Actually I think doc team should do it.
--
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]