You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hit the broker healthcheck endpoint on the second broker.
Expected result:
200 imok
Actual result:
500 nook
Presumably this is related to the fact that the broker healthcheck topic is not replicated onto the first broker and the second broker sees it as unhealthy when the first is down. Perhaps the second broker's healthcheck should ignore the healthcheck topic of the first?
The cluster is also shown as red from the second broker and yellow from the first, which shows an inconsistent view of things. Perhaps the broker healthcheck topics should be filtered out when polling for cluster health.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Expected result:
Actual result:
Presumably this is related to the fact that the broker healthcheck topic is not replicated onto the first broker and the second broker sees it as unhealthy when the first is down. Perhaps the second broker's healthcheck should ignore the healthcheck topic of the first?
The cluster is also shown as red from the second broker and yellow from the first, which shows an inconsistent view of things. Perhaps the broker healthcheck topics should be filtered out when polling for cluster health.
The text was updated successfully, but these errors were encountered: