Demogorgon314 commented on code in PR #641: URL: https://github.com/apache/pulsar-site/pull/641#discussion_r1264792763
########## versioned_docs/version-2.5.1/admin-api-namespaces.md: ########## @@ -612,7 +612,7 @@ $ pulsar-admin namespaces split-bundle --bundle 0x00000000_0xffffffff test-tenan ```java -admin.namespaces().splitNamespaceBundle(namespace, bundle) +admin.namespaces().splitNamespaceBundle(namespace, bundle, unloadSplitBundles, splitAlgorithmName) Review Comment: The `splitAlgorithmName ` parameter is added in version 2.5.1. -- 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]
