momo-jun commented on code in PR #18152:
URL: https://github.com/apache/pulsar/pull/18152#discussion_r1005158938


##########
site2/docs/client-libraries-cpp.md:
##########
@@ -394,22 +394,6 @@ Consumer consumer;
 client.subscribe("my-topic", "my-sub", conf, consumer);
 ```
 
-## Enable authentication in connection URLs

Review Comment:
   Dave, thanks for asking. The reasons include:
   * Lack of consistency: this section is not available in other clients' docs 
even though it applies.
   * Duplicate: somehow duplicate with the content in the [Connection 
URL](https://pulsar.apache.org/docs/next/client-libraries-cpp/#connection-urls) 
section of CPP clients.
   * Single-source: the [TLS 
authentication](https://pulsar.apache.org/docs/next/security-tls-authentication#configure-tls-authentication-in-pulsar-clients)
 topic has introduced the examples of all clients. 



-- 
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]

Reply via email to