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
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
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