pulsarctl
pulsarctl copied to clipboard
a CLI for Apache Pulsar written in Go
The `stable.txt` file still references version `v0.5.0`, which is picked up by the `install.sh` script. Would it make sense to update it?
### Motivation The official image repo on Dockerhub currently only support linux/amd64, which is limited especially on arm platforms. ### Modifications A new Dockerfile under docker dir was introduced to...
This is a PR created by snbot to trigger the check suite in each repository.
### Motivation Fix test ### Documentation Check the box below. Need to update docs? - [ ] `doc-required` (If you need help on updating docs, create a doc issue) -...
Snyk reports a critical CVE in [go.mod](https://app.snyk.io/org/streamnative-org/project/322b8fa7-1f03-4d5d-9a90-7e2ea3c53ad0#issue-SNYK-GOLANG-GITHUBCOMDOCKERDOCKER-50007) Need to update testcontainers-go
The old implementation, `pulsarctl` will always use OAuth2.
--- ### Master issue #1237 ### Motivation Support output the table without boarder line
### Motivation Some unit test values are not expected after upgrading the bk image.
### Background I tested and found that pulsarctl 3.1 branch release can't work now which will get error like ``` pulsarctl topics list public/default [✖] client error: could not get...
I'm trying use this cmd: ``` pulsarctl sinks create --archive builtin://aws-eventbridge --tenant public \ --namespace default --inputs eventbridge-test-2 \ --name eventbridge-pulsarctl-test \ --sink-config "{"accessKeyId":"test","secretAccessKey":"test","region":"ap-northeast-1","eventBusName":"baodi-test","eventBusResourceName":"arn:aws:events:ap-northeast-1:598203581484:event-bus/baodi-test"}" ``` But the actual configuration does...