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

### 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...

doc-info-missing

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...

doc-info-missing

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...

dependencies
go

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 ![image](https://github.com/user-attachments/assets/fc3ee9e9-b11b-4d9a-a0b8-7138f2268a04) ### Motivation *Explain here the context, and why you're making that change....

no-need-doc

### 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...

no-need-doc