Re: List all topics

2021-11-01 Thread r...@apache.org
st ha scritto: > > > > > I've occasionally run into situations where I needed a list of all the > > > topics in a cluster. > > > If I want to submit a PR to add something to one of the endpoints to > > return > > > a list of all topics

Re: List all topics

2021-10-26 Thread Devin Bost
of all the > > topics in a cluster. > > If I want to submit a PR to add something to one of the endpoints to > return > > a list of all topics in a cluster, what part of the API should that go > > under? > > > > e.g. bin/pulsar-admin tenants list-all-topics &g

Re: List all topics

2021-10-25 Thread Enrico Olivelli
of the API should that go > under? > > e.g. bin/pulsar-admin tenants list-all-topics > bin/pulsar-admin clusters list-all-topics >etc. > > Thoughts? > Some thoughts: - What about partitioned topics? Are we listing partitions? - What about permissions? Are we l

List all topics

2021-10-25 Thread Devin Bost
I've occasionally run into situations where I needed a list of all the topics in a cluster. If I want to submit a PR to add something to one of the endpoints to return a list of all topics in a cluster, what part of the API should that go under? e.g. bin/pulsar-admin tenants list-all-t