Connectors page breaks when one connect cluster unavailable #3977
Labels
scope/backend
status/accepted
An issue which has passed triage and has been accepted
type/bug
Something isn't working
Milestone
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
If any configured Kafka Connect Cluster is unavailable, the entire Connectors page fails to load. After a few retries, the uncaught exception causes the rendering to break entirely.
Expected behavior
The page should render and any unreachable/unavailable connect clusters should simply be omitted from the list of connectors.
We use one connect cluster per connector, and thus have many clusters that we would like to monitor in the UI. If one cluster is unavailable, we still want to be able to see the rest without having to remove the offending cluster from the configuration.
Your installation details
App version: 0.7.0
Basic configurations, with an intentionally unavailable connect address:
http://not.available:8083
Steps to reproduce
docker run -p 8080:8080 -e DYNAMIC_CONFIG_ENABLED=true provectuslabs/kafka-ui:master
test
http://not.available.com:8083
Screenshots
No response
Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: