alexesom opened a new issue, #20801: URL: https://github.com/apache/pulsar/issues/20801
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### What issue do you find in Pulsar docs? In [Split namespace bundles](https://pulsar.apache.org/docs/next/admin-api-namespaces/#split-namespace-bundles) the number of parameters is incorrect. In the Namespaces.java: /** * Split namespace bundle. * * @param namespace * @param bundle range of bundle to split * @param unloadSplitBundles * @param splitAlgorithmName * @throws PulsarAdminException */ void splitNamespaceBundle(String namespace, String bundle, boolean unloadSplitBundles, String splitAlgorithmName) throws PulsarAdminException; ### What is your suggestion? Correct the signature of the method and provide explanations for the new parameters. ### Any reference? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
