pulsarctl icon indicating copy to clipboard operation
pulsarctl copied to clipboard

a CLI for Apache Pulsar written in Go

Results 119 pulsarctl issues
Sort by recently updated
recently updated
newest added

*Problem* `--output` has been listed in the examples of `pulsarctl token` command, but there is no option `--output`. See the following error: ``` $ pulsarctl token create-secret-key --output my-secret.key Error:...

`pulsar-admin` supports deleting a subscription forcefully. But pulsarctl doesn't. it would be good to support this feature.

Signed-off-by: Zixuan Liu Fix #593

Signed-off-by: Zixuan Liu ### Motivation - The codebase has multiple build scripts, which is confusing - Go 1.13 is too old and is not supported ### Changes - Use Go...

Signed-off-by: Zixuan Liu Fix #523 When get the ledger info by `pulsarctl bookkeeper ledger get 0`, this command returns the following body: ``` { "0": { "storeCtime": false, "hasPassword": false,...

### Enhancement Both [testify](https://github.com/stretchr/testify) and [gomega](https://onsi.github.io/gomega/) are test libraries, it can help developers use this to assert data on the test case, but the `testify` is not friendly on asynchronous...

![image](https://user-images.githubusercontent.com/5058708/145704562-6e4d85c8-dd7d-453f-a81a-6790f603a839.png) I think it's cause by BookKeeper Admin REST API, **it outputs bookieId instead of hostname and port** in the latest bookkeeper (`4.14.2`). ![image](https://user-images.githubusercontent.com/5058708/145704582-a957701c-8bbe-45f9-b25a-9bbd8a3f19c9.png)

Signed-off-by: Zixuan Liu ### Changes - Add `pulsarctl topics clear-backlog [topic] --subscription [subscription]`