Skip to content

[Bug] Admin CLI - resource groups documentation is wrong #21994

@frankjkelly

Description

@frankjkelly

Search before asking

  • I searched in the issues and found nothing similar.

Version

Pulsar 2.10.3
Admin Client 3.1.0

Minimal reproduce step

./pulsar-3.1.0/bin/pulsar-admin --admin-url http://platform-pulsar-broker:8080 resourcegroups update options RG_healthking_wav --byte-publish-rate 262144

What did you expect to see?

Successful update

What did you see instead?

Need to provide just 1 parameter

Anything else?

As per https://pulsar.apache.org/reference/#/3.1.x/pulsar-admin/resourcegroups?id=update it looks like there should be an options parameter but that seems to be incorrect

This works (without the options)

./pulsar-3.1.0/bin/pulsar-admin --admin-url http://platform-pulsar-broker:8080 resourcegroups update RG_healthking_wav --byte-publish-rate 262144

I would be willing to submit a PR but I can't find the repo with the documentation.

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions