bbonnin / pulsar-express

Simple Web Interface for Apache Pulsar
Apache License 2.0
110 stars 20 forks source link

improve topics stats fetch #12

Closed KannarFr closed 5 years ago

KannarFr commented 5 years ago

When loading the topics stats, each topic stats is fetch one by one. So the topics are long to fetch if there is 1000 topics. I think we should improve this by sending parallel requests.