pulsarctl
pulsarctl copied to clipboard
a CLI for Apache Pulsar written in Go
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.0.1 to 1.0.2. Release notes Sourced from github.com/opencontainers/image-spec's releases. v1.0.2 This release was voted on by the maintainers and PASSED (+5 -0 #2), to mitigate the CVE-2021-41190...
Hi, Could you explain how the release cycle is working? I see several releases published in the last few days, even a major release [v3.0.0.4](https://github.com/streamnative/pulsarctl/releases/tag/v3.0.0.4) but I could not find...
`pulsar-shell` is pretty cool and with a little work, pulsarctl could do it too, along with better autocomplete. I experimented with a preliminary implementation using [cobra-shell](https://github.com/brianstrauch/cobra-shell), and the result was...
pulsar 2.11.0 has suppoort for this api ` @PUT @Path("/{tenant}/{namespace}/{topic}/subscription/{subName}/properties") @ApiOperation(value = "Replace all the properties on the given subscription") @ApiResponses(value = { @ApiResponse(code = 307, message = "Current broker...
Like `kubectl`, for example: ```bash pulsarctl --context test tenants list ```
*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes # *(or if this PR is one task of a github issue, please add `Master Issue: #` to...
### Motivation In my usage, I need to get the partition key of the messages, which is not currently supported in the `pulsarctl`. The PR added the instruction to load...
This is a PR created by snbot to trigger the check suite in each repository.
This is a PR created by snbot to trigger the check suite in each repository.
Fixes #854 ### Motivation install.sh references a static file inn the repo, stable.txt which hasn't been updated for some time. The install.sh script is referenced by other projects (I stumbled...