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/27 09:40:48 UTC

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

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


##########
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:
   This is utils class, I'm worried about an outside project using this, so I didn't cleanup this, do we need to consider that?
   



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