-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix][broker] Disable EntryFilters for system topics #20514
[fix][broker] Disable EntryFilters for system topics #20514
Conversation
IMO, We should consider a new way to handle the system topic because we do a lot of similar logic to filter system topics. :( Not only the entry filter but also some policies etc. |
e78de0c
to
c8f8100
Compare
/pulsarbot rerun-failure-checks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
I was mentioning the same thing to @lhotari earlier today. This is one reason I have pushed for a more formal definition of system topics on the ML over the past two years. At the moment, their design feels very accidental instead of intentional. System topics continue to get more exceptions, and we continue to add dependencies upon the system topic concept. Maybe we should restart a discussion on this topic. |
@mattisonchao @michaeljmarshall +1. Yes, it would be good to restart it. In KOP there are topics like |
…lters-for-systemtopics
For some reason this PR isn't picking up the recent changes I pushed to the branch. That happened in another PR a while ago. Let's see if I'll need to create a new PR to pick up the changes. |
oh, GitHub Status page shows that there are on-going issues: https://www.githubstatus.com/ |
(cherry picked from commit ac46e2e)
Motivation
Applying EntryFilters for system topics is not very useful and could cause problems.
I noticed this while investigating the flaky AdminApi2Test.
Modifications
Skip applying entry filters for system topics.
Documentation
doc
doc-required
doc-not-needed
doc-complete