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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to