Skip to content

WIP: Consume SSE events from the backend's StatusUpdater and InfoUpdater#5298

Draft
ulischulte wants to merge 2 commits intomasterfrom
bugfix/5286-health-info-events
Draft

WIP: Consume SSE events from the backend's StatusUpdater and InfoUpdater#5298
ulischulte wants to merge 2 commits intomasterfrom
bugfix/5286-health-info-events

Conversation

@ulischulte
Copy link
Copy Markdown
Contributor

Closes #5286

Removed calls to client actuator endpoints in the health and info detail views. Instead, these views now reactively consume the health and info data that are already kept up-to-date via SSE events from the backend's StatusUpdater and InfoUpdater.
Health groups are fetched once per instance (not on every SSE update) and group details are loaded lazily on click. This preserves the #5286 fix (no 1+N requests on SSE status changes) while restoring health group functionality.

info detail views. Instead, these views now reactively consume the health
and info data that are already kept up-to-date via SSE events from the
backend's StatusUpdater and InfoUpdater.
Health groups are fetched once per instance (not on every SSE update) and group details
are loaded lazily on click. This preserves the #5286 fix (no 1+N requests
on SSE status changes) while restoring health group functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Health/Info fetched directly instead of consuming Status/Info updates

1 participant