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


##########
pulsar-testclient/src/main/java/org/apache/pulsar/testclient/PerformanceBaseArguments.java:
##########
@@ -49,6 +49,31 @@ public abstract class PerformanceBaseArguments extends 
CmdBase{
             descriptionKey = "tlsTrustCertsFilePath")
     public String tlsTrustCertsFilePath = "";
 
+    @Option(names = {"--use-keystore-tls" }, description = "Use KeyStore TLS", 
descriptionKey = "useKeyStoreTls")
+    public Boolean useKeyStoreTls = null;

Review Comment:
   We just need to focus on this value. Otherwise, it may change a lot of code.



-- 
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-unsubscr...@pulsar.apache.org

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

Reply via email to