envoyproxy/envoy

fix and document aggregate cluster behavior

Open

#13,134 建立於 2020年9月16日

在 GitHub 查看
 (11 留言) (0 反應) (1 負責人)C++ (5,373 fork)batch import
area/aggregate_clusterarea/docshelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

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!

貢獻者指南