Re: List all topics

2021-11-01 Thread r...@apache.org
Hello Enrico and Devin: Here I have a concern. Assuming that there are many topics in your cluster, will this request keep failing? In a production environment, in fact, I see the current phenomenon is that if there are 20w sub-partitioned topics under a namespace, when you execute bin/pulsar-adm

Re: List all topics

2021-10-26 Thread Devin Bost
Enrico, Great questions. I wrote a bash script, but it's extremely slow due to sequential operations that each wait for a response from Pulsar. I could write a Python script instead that uses parallel processing or multi-threading, but I'm not sure if that's the best approach for this, and perform

Re: List all topics

2021-10-25 Thread Enrico Olivelli
Devin, Il Lun 25 Ott 2021, 23:05 Devin Bost 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 in a cluster, what part of the API should t