Zixuan Liu

Results 200 comments of Zixuan Liu

Thanks for your feedback, the right way: ``` pulsarctl namespaces list public --tls-allow-insecure --admin-service-url https:/xxx --auth-plugin org.apache.pulsar.client.impl.auth.AuthenticationToken --auth-params="token:xxx" pulsarctl namespaces list public --tls-allow-insecure=true --admin-service-url https:/xxx --auth-plugin org.apache.pulsar.client.impl.auth.AuthenticationToken --auth-params="token:xxx" ``` Don't...

Correct command: `pulsarctl1 namespaces set-clusters public/default -c standalone-1,standalone-2`.

I submitted #609 to support this, could you take a look?

Once the https://github.com/apache/pulsar/pull/12367 will be released in Pulsar 2.9.1.x, This PR will be ready for review.

> why open a homebrew PR for a snapshot? @EronWright I forget this thing, I should push this snapshot to our Homebrew, and users can install it by `brew install...

This PR has been blocked by https://github.com/apache/pulsar/pull/16355.

This command should be can expires all messages older than given 100 seconds for service-subscription-name of my-tenant/my-namespace/some-topic topic. Right now I checked the Pulsarctl codebase, and it seems right to...

@zymap Could you take a look this issue?

@worekleszczy Could you provide which you are using the Pulsar version? You can also make an issue in Pulsar.