Technoboy- commented on PR #21926:
URL: https://github.com/apache/pulsar/pull/21926#issuecomment-1899513314
> We can enable the case `TypeOfUpdateTopicConfig.NAMESPACE_LEVEL_POLICY` of
the test `testBrokerDynamicConfig` now.
>
> ```java
> @DataProvider(name = "typesOfSetDispatcherPauseOnAckStatePersistent")
> public Object[][] typesOfSetDispatcherPauseOnAckStatePersistent() {
> return new Object[][]{
> {TypeOfUpdateTopicConfig.BROKER_CONF},
> // {TypeOfUpdateTopicConfig.NAMESPACE_LEVEL_POLICY},
> {TypeOfUpdateTopicConfig.TOPIC_LEVEL_POLICY}
> };
> }
> ```
Done
--
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]