Technoboy- commented on code in PR #22002:
URL: https://github.com/apache/pulsar/pull/22002#discussion_r1478192639
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/AbstractTopic.java:
##########
@@ -1146,6 +1146,11 @@ public void updateEntryFilters() {
if (entryFilters != null &&
entryFilterNames.equals(entryFilters.getLeft())) {
return;
}
+ if (topicPolicies.getEntryFilters().getNamespaceValue() == null
Review Comment:
line-1140 will get the filter policy, if topic is empty, then ns, then
broker.
--
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]