pulsarctl
pulsarctl copied to clipboard
a CLI for Apache Pulsar written in Go
### Reproduce: 1. create a sink ``` pulsarctl sinks create --archive data-generator.nar --name package-upload-sink --inputs persistent://public/default/package-upload-connector-topic --custom-runtime-options '{"inputTypeClassName": "org.apache.pulsar.io.datagenerator.Person"}' ``` 2. update the sink without tenant and namespace ``` ❯...
fix https://github.com/streamnative/pulsarctl/issues/1800 - Added flags for precise backlog size, subscription backlog size, and earliest time in backlog. - Updated doGetStats function to accept new parameters and utilize them in the...
Support passing [`GetStatsOptions`](https://github.com/apache/pulsar-client-go/blob/master/pulsaradmin/pkg/utils/data.go#L519-L525) to https://github.com/streamnative/pulsarctl/blob/master/pkg/ctl/topic/stats.go
This PR updates all dependencies to their latest versions and fixes compatibility issues with the updated dependencies. Changes include: 1. Updated all Go dependencies to their latest versions 2. Fixed...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.18 to 1.7.27. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.7.27 Welcome to the v1.7.27 release of containerd! The twenty-seventh patch release for containerd 1.7 contains various...
So I'm trying to contribute two issues that I'd like to be fixed, both are fairly small. One of them being : https://github.com/streamnative/pulsarctl/pull/1699 But the contribution guide and the repo...
This is a PR created by snbot to trigger the check suite in each repository.
*(If this PR fixes a github issue, please add `Fixes #`.)* Fixes #138. Works in my local  ### Motivation *Explain here the context, and why you're making that change....
### Motivation Fix CVE https://github.com/streamnative/eng-support-tickets/issues/3409 ### Modifications *Describe the modifications you've done.* ### Verifying this change - [x] Make sure that the change passes the CI checks. *(Please pick either...