envoyproxy/envoy

fix and document aggregate cluster behavior

Open

#13.134 aperta il 16 set 2020

Vedi su GitHub
 (11 commenti) (0 reazioni) (1 assegnatario)C++ (5373 fork)batch import
area/aggregate_clusterarea/docshelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

The aggregate cluster documentation describes how load balancing works with an aggregate cluster, but it doesn't describe how any of the other cluster behavior works.

Here are a few off-the-cuff examples (not a comprehensive list):

  • What happens for circuit breakers? Does the circuit breaking config in the aggregate cluster get used, or does it somehow delegate to the circuit breaking configs in the clusters being delegated to?
  • How does load reporting work? Does the load get reported as belonging to the underlying clusters or the aggregate cluster?
  • How does outlier detection work?

@yxue, can you please update the documentation to explain how these sorts of things are supposed to work? Ideally, the doc should cover the behavior for every feature configurable via the Cluster xDS resource.

Thanks!

Guida contributor