Nicklee007 opened a new pull request, #16357: URL: https://github.com/apache/pulsar/pull/16357
### Motivation Compare the namespace offload policy, the topic offload policy command line update function use `int` and `long` type to accept param and miss some param check method, which will cause the param value set as `0` if the param is missed. ### Modifications 1. use `String` to accept param and add some check. 2. Set a default value if the param is not set, and will check if is default value in `PersistentTopicsBase`. 3. `NamespacesBase` and some check. ### Documentation - [X] `doc-not-needed` -- 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]
