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

Signed-off-by: Zixuan Liu Fix: https://github.com/streamnative/pulsarctl/issues/474 Add `schemaLedgers` and `compactedLedger` fields to `PersistentTopicInternalStats` stuct.

The current pulsar-admin will show the following stats: ``` { "entriesAddedCounter" : 20, "numberOfEntries" : 20, "totalSize" : 1750, "currentLedgerEntries" : 20, "currentLedgerSize" : 1750, "lastLedgerCreatedTimestamp" : "2021-10-12T13:28:15.351+08:00", "waitingCursorsCount" :...

``` (⎈ |yong-offload-perf:pulsar-offload)➜ apache-zookeeper-3.5.7-bin pulsarctl1 namespaces get-clusters public/default [ "standalone-1" ] (⎈ |yong-offload-perf:pulsar-offload)➜ apache-zookeeper-3.5.7-bin pulsarctl1 namespaces set-clusters public/default -c standalone-1 -c standalone-2 Set replication clusters successfully for public/default (⎈ |yong-offload-perf:pulsar-offload)➜...

### Describe the solution you'd like Connect to multi hosts via a single client ``` url := "http://localhost:8080,localhost:8081,localhost:8082"; ```

**Problem** When a command expects positional arguments but the user didn't supply any, the following error message is shown: ``` $ go run ./main.go context set [✖] the context name...

help wanted
type/feature
workflow::backlog
triage/week-15

The topic level policy is planned to release 2.7.0 and there are some PRs already merged into the Pulsar master branch. The process of the topic level policy support in...

workflow::backlog
triage/week-32

**Motivation** We are not updating the website link after releasing a version. We should update the link automatically by CI. And because we have a lot of versions, it's better...

**Motivation** Using a bot action for rerunning the failure tests by comments. https://github.com/zymap/bot

- pulsarctl namespaces set-offload-policies [options] - pulsarctl namespaces get-offload-policies [options]

help wanted
workflow::backlog
triage/week-23