We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://github.com/yahoo/pulsar/blob/master/docs/AdminTools.md all the REST API examples are missing the /admin prefix. Eg:
/admin
GET /brokers/{cluster}/{broker}/ownedNamespaces
should actually be:
GET /admin/brokers/{cluster}/{broker}/ownedNamespaces
The text was updated successfully, but these errors were encountered:
Fixed in #71
Sorry, something went wrong.
Removing ServiceRequest from requestResult (apache#66)
c74e545
Support subscriptionInitialPosition setting (apache#66)
544e809
Using Github Action to check pull request (apache#66)
0289931
Fixes apache#63 *Movitation* Migrate the jenkins to the Github Action.
No branches or pull requests
In https://github.com/yahoo/pulsar/blob/master/docs/AdminTools.md all the REST API examples are missing the
/admin
prefix. Eg:should actually be:
The text was updated successfully, but these errors were encountered: