shibd commented on code in PR #25160:
URL: https://github.com/apache/pulsar/pull/25160#discussion_r2791103890
##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -1269,6 +1279,14 @@ The max allowed delay for delayed delivery (in
milliseconds). If the broker rece
)
private boolean enableBrokerSideSubscriptionPatternEvaluation = true;
+ @FieldContext(
+ dynamic = false,
+ category = CATEGORY_POLICIES,
+ doc = "Enables watching topic add/remove events on broker side for
"
+ + "subscription pattern evaluation."
+ )
+ private boolean enableBrokerTopicListWatcher = true;
Review Comment:
Does this configuration serve the same purpose as
enableSubscriptionPatternEvaluation? Can we just continue using
enableSubscriptionPatternEvaluation instead?
--
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]