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/08/29 02:32:59 UTC

[GitHub] [pulsar] nodece commented on a diff in pull request #16898: [fix][function] Fix load trust certificate

nodece commented on code in PR #16898:
URL: https://github.com/apache/pulsar/pull/16898#discussion_r956846884


##########
pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/WorkerUtils.java:
##########
@@ -283,15 +283,15 @@ public static PulsarClient getPulsarClient(String pulsarServiceUrl) {
     }
 
     public static PulsarClient getPulsarClient(String pulsarServiceUrl, String authPlugin, String authParams,
-                                               Boolean useTls, String tlsTrustCertsFilePath,
+                                               Boolean useTls /* Deprecated */, String tlsTrustCertsFilePath,

Review Comment:
   Thank @eolivelli for your feedback! this has been fixed.



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