bbonnin / pulsar-express

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

fix: Fix display when topic returns 500 #24

Closed killzoner closed 4 years ago

killzoner commented 4 years ago

Hi there,

When a topic returns HTTP 500, the whole page topic does not display because of the global Promise.all.

This PR fixes that, to at least display the name of the topic which is failing, and the other ones as expected.

Thank you for this useful tool!

bbonnin commented 4 years ago

Hi, Thanks !!!