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 2021/08/09 01:15:45 UTC

[GitHub] [pulsar] aloyszhang commented on a change in pull request #11553: Exposing the broker entry metadata to client

aloyszhang commented on a change in pull request #11553:
URL: https://github.com/apache/pulsar/pull/11553#discussion_r684859310



##########
File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
##########
@@ -1005,6 +1005,11 @@
             doc = "List of interceptors for entry metadata.")
     private Set<String> brokerEntryMetadataInterceptors = new HashSet<>();
 
+    @FieldContext(
+            category = CATEGORY_SERVER,
+            doc = "Enable or disable exposing broker entry metadata to client.")
+    private boolean enableExposingBrokerEntryMetadataToClient = false;

Review comment:
       `exposingBrokerEntryMetadataToClientEnabled` is better




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