DataCater / datacater

The developer-friendly ETL platform for transforming data in real-time. Based on Apache Kafka® and Kubernetes®.
https://datacater.io
Other
82 stars 4 forks source link

Show error message when inspecting a stream fails #162

Closed flippingbits closed 1 year ago

flippingbits commented 1 year ago

At the moment, when inspecting a stream fails, the UI does not render any error message but states that no sample records could have been loaded. The actual errors are only visible in the application logs. Instead, we should inform the user about the actual error, e.g., an unavailability of the Kafka cluster, to increase transparency and allow the user to fix potential problems.