sijie commented on a change in pull request #9401:
URL: https://github.com/apache/pulsar/pull/9401#discussion_r574949523



##########
File path: 
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
##########
@@ -402,6 +402,14 @@
     )
     private int subscriptionExpiryCheckIntervalInMinutes = 5;
 
+    @FieldContext(
+            category = CATEGORY_POLICIES,
+            dynamic = true,
+            doc = "Enable subscription types (default is all type enabled)"
+    )
+    private Set<String> subscriptionTypesEnable =

Review comment:
       ```suggestion
       private Set<String> subscriptionTypesEnabled =
   ```




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

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


Reply via email to