Skip to content
#

load-balancer

Here are 588 public repositories matching this topic...

iyangsj
iyangsj commented Apr 8, 2020

Background

  • BFE can be configured with Passive Health Check (i.e. Outlier Detection) and use responses from real requests to determine whether an backend instance is healthy.

Description
Add Active Health Check support:

  • Actively and periodically send health checking requests to backend.
  • Use responses from health checking requests to determine whether an backend instance is he
jkonicki
jkonicki commented Aug 20, 2020

Problem Summary:

  • There was a change to Steeltoe quite some time ago to comply with the Spring spec for returning HTTP 503 in cases of HealthStatus.DOWN or HealthStatus.OUT_OF_SERVICE.

  • For 500 series errors, however, HWC is configured by default to substitute a canned message for the http response content - so, instead of getting back any failed health checks, the monitor just gets a 503 w

Improve this page

Add a description, image, and links to the load-balancer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the load-balancer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.