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

Hello, first of all I really like and enjoy using this tool 🙂 Some time ago I was trying to expire a couple of messaged from pulsar using `pulsarctl subscriptions...

This is a PR created by snbot to trigger the check suite in each repository.

When passing `--tls-allow-insecure` in a command like: ``` pulsarctl --tls-allow-insecure true --admin-service-url https://xxx --auth-plugin org.apache.pulsar.client.impl.auth.AuthenticationToken --auth-params="token:xxx" namespaces list public [✖] the tenant name is not specified or the tenant name...

**Motivation** We need to add a section on how to use oauth2 with pulsarctl and how to save the options with context. Also, looks like the doc link is failed...

Chocolatey is a package manager in Windows. We can [create a package](https://docs.chocolatey.org/en-us/create/create-packages) for Windows users.

https://go.dev/doc/articles/race_detector

Signed-off-by: Zixuan Liu ### Summary Support delete a subscription forcefully by `pulsarctl subscriptions delete` command with `--force` flag.

- move to active go jwt mod: `github.com/golang-jwt/jwt/v4` - CVE ref: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26160

Signed-off-by: Zixuan Liu ### Motivation Currently, we don't support the release of the master branch, and the users cannot install the latest binary from the brew or GitHub release. ###...