fix(#5450): Trigger status update events not only when the status itself changes but also when the details change so that the UI displays the correct, most recent, information#5457
Conversation
|
I can't understand why that test is now failing after the change 6b3eaad. |
Ok, I sorted this out. The instances in the test were defining as To fix this without changing the test, I added |
Fixed with 0418ccf |
… status itself changes but also when the details change so that the UI displays the correct, most recent, information
… resources to easily test changes in the health directly from the browser
…s update events when only their details have changed but not their status
…return_registered_instances by correctly exposing the Actuator health endpoint for the instances
… details have changed
|
I think it's now ready for review, unless there is some other place in the codebase which I should adapt and I'm not aware of it. |


Fixes #5450.
I can revert the part about the
echohealth indicator, if wanted.