pulsarctl
pulsarctl copied to clipboard
a CLI for Apache Pulsar written in Go
*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
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,...
Signed-off-by: Zixuan Liu
### 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...
 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`). 
Signed-off-by: Zixuan Liu ### Changes - Add `pulsarctl topics clear-backlog [topic] --subscription [subscription]`