pulsarctl
pulsarctl copied to clipboard
a CLI for Apache Pulsar written in Go
### Motivation Update https://github.com/apache/pulsar-client-go/oauth2 dependency to fix the build warning. ### Documentation Check the box below. Need to update docs? - [ ] `doc-required` (If you need help on updating...
When we try to update a sink, we receive an error like this ones: - AutoAck cannot be altered - Retain Ordering cannot be altered The default value updating the...
This is a PR created by snbot to trigger the check suite in each repository.
### Motivation Add more field for topic stats command, base pulsar 2.10.0 ### Modifications ### Verifying this change - [ ] Make sure that the change passes the CI checks....
Signed-off-by: Zixuan Liu ### Motivation Enable skipped tests. ### Modifications - Enable skipped tests - Refactor some tests based on gomega ### Documentation Check the box below. Need to update...
Fixes #783 ### Motivation `pulsarctl` cannot be used to set topic level schema compatibility strategies. ### Modifications Added get/set commands for topic. ### Verifying this change - [x] Make sure...
I would expect: ### Topics * `pulsarctl topics set-schema-compatibility-strategy ...` * `pulsarctl topics get-schema-compatibility-strategy ...` * `pulsarctl topics remove-schema-compatibility-strategy ...` ### Namespaces * `pulsarctl namespaces set-schema-compatibility-strategy ...` * `pulsarctl namespaces...
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.
Hi, I'm not sure if this is a bug, but it's definitely confusing me. Some time age I wanted to manually expire messages for a subscription - I don't have...