Anonymitaet commented on code in PR #16936:
URL: https://github.com/apache/pulsar/pull/16936#discussion_r945540903


##########
conf/broker.conf:
##########
@@ -603,6 +603,14 @@ topicLevelPoliciesEnabled=true
 # If it is set to 0 or a negative number, the fenced topic will not be closed.
 topicFencingTimeoutSeconds=0
 
+# Enable the evaluation of subscription patterns on the broker.
+# if true the broker only sends the list of matching topics to the clients.

Review Comment:
   ```suggestion
   # Setting it to true means the broker only sends the list of matching topics 
to the clients.
   ```



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