Skip to content

[Doc] Lack of parameters for admin.namespaces().splitNamespaceBundle in docs #20801

@alexesom

Description

@alexesom

Search before asking

  • I searched in the issues and found nothing similar.

What issue do you find in Pulsar docs?

In 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    doc-requiredYour PR changes impact docs and you will update later.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions