bbonnin / pulsar-express

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

Speeding up function/sink/topic index pages #54

Closed truong-hua closed 2 years ago

truong-hua commented 2 years ago

This pull request speed up the index page especially for large number of functions/sink/topic. Ten thousands of topics now can be load easily due to better paging.

This pull request also optimize that the failure to fetch info of a sink/function won't causes index page broken.

bbonnin commented 2 years ago

Thanks !