-
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
[improve] [broker] PIP-299-part-5: Add namespace-level policy: dispatcherPauseOnAckStatePersistent #21926
Conversation
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.
We can enable the case TypeOfUpdateTopicConfig.NAMESPACE_LEVEL_POLICY
of the test testBrokerDynamicConfig
now.
@DataProvider(name = "typesOfSetDispatcherPauseOnAckStatePersistent")
public Object[][] typesOfSetDispatcherPauseOnAckStatePersistent() {
return new Object[][]{
{TypeOfUpdateTopicConfig.BROKER_CONF},
// {TypeOfUpdateTopicConfig.NAMESPACE_LEVEL_POLICY},
{TypeOfUpdateTopicConfig.TOPIC_LEVEL_POLICY}
};
}
Done |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #21926 +/- ##
=============================================
+ Coverage 36.46% 73.61% +37.14%
- Complexity 12390 32422 +20032
=============================================
Files 1725 1861 +136
Lines 131701 138664 +6963
Branches 14401 15186 +785
=============================================
+ Hits 48027 102072 +54045
+ Misses 77254 28705 -48549
- Partials 6420 7887 +1467
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Motivation
The part 5 of PIP-299: the implementation of "Add dynamic config support: dispatcherPauseOnAckStatePersistentEnabled"
Related PRs:
Documentation
doc
doc-required
doc-not-needed
doc-complete