codelipenghui commented on a change in pull request #11243:
URL: https://github.com/apache/pulsar/pull/11243#discussion_r665050477



##########
File path: 
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyConfiguration.java
##########
@@ -412,6 +412,14 @@
     private String tlsTrustStorePassword = null;
 
     /**** --- KeyStore TLS config variables used for proxy to auth with 
broker--- ****/
+    @FieldContext(
+            category = CATEGORY_KEYSTORE_TLS,
+            dynamic = true,
+            doc = "Enable TLS when talking with other brokers in the same 
cluster (admin operation)"
+                    + " or different clusters (replication)"

Review comment:
       Looks the doc is from the broker.conf? We need a more suitable 
description




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