hangc0276 commented on code in PR #22614:
URL: https://github.com/apache/pulsar/pull/22614#discussion_r1590013110


##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -652,6 +652,12 @@ The max allowed delay for delayed delivery (in 
milliseconds). If the broker rece
         )
     private int ttlDurationDefaultInSeconds = 0;
 
+    @FieldContext(
+        category = CATEGORY_POLICIES,
+        doc = "System subscriptions that will be ignored by ttl check. Default 
is empty."

Review Comment:
   I keep the default value empty and add the changes in `broker.conf` and 
`standalone.conf`



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