On 28/10/2019 11:01, Jinfeng Huang wrote:
Could you share with the community about how to use Pulsarctl in details?
There is comprehensive documentation in the linked webpage:
https://streamnative.io/docs/pulsarctl/v0.1.0/
Many, many thanks for this - I will be compiling it shortly. Waiting 4
or 5 seconds for the Java CLI to start up on every invocation is a real
pain point!
I can't see that it has an equivalent for pulsar-client produce/consume
- but that is only useful for quick-and-dirty testing anyway.
Cheers,
Brian.
$ time bin/pulsar-admin topics list
Main parameters are required ("tenant/namespace
")
Get the list of topics under a namespace.
Usage: list [options] tenant/namespace
real 0m3.676s
user 0m5.941s
sys 0m0.339s