nodece opened a new pull request #13420: URL: https://github.com/apache/pulsar/pull/13420
[Broker] Fix create the dynamic configuration resource if not exist ### Motivation When request the `DELETE: /admin/brokers/configuration/dispatcherMinReadBatchSize`, which return the`org.apache.pulsar.metadata.api.MetadataStoreException$NotFoundException`. The Pulsar does not create the dynamic configuration resource if it does not exist, this is incorrect behavior. ### Modifications - Add check dynamic configuration resource on `updateDynamicServiceConfiguration()` ### Documentation Need to update docs? - [x] `no-need-doc` Signed-off-by: Zixuan Liu <[email protected]> -- 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]
