You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/19 13:56:13 UTC

[GitHub] [pulsar] momo-jun commented on a diff in pull request #16315: [fix](doc): incorrect tls config in java client doc

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


##########
site2/website/versioned_docs/version-2.1.0-incubating/client-libraries-java.md:
##########
@@ -475,7 +475,7 @@ Pulsar currently supports two authentication schemes: [TLS](security-tls-authent
 
 ### TLS Authentication
 
-To use [TLS](security-tls-authentication), you need to set TLS to `true` using the `setUseTls` method, point your Pulsar client to a TLS cert path, and provide paths to cert and key files.
+To use [TLS](security-tls-authentication.md), you need to set TLS to `true` using the `enableTls` method, point your Pulsar client to a TLS cert path, and provide paths to cert and key files.

Review Comment:
   Thanks for the reminder. I didn't have a chance to fix them in doc versions earlier than 2.10. There are hundreds of them in each version, so I need to implement it separately to avoid getting dizzy and crazy. Maybe I can file an good-first-issue :)



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org