package envoy.extensions.clusters.dynamic_modules.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ClusterConfig

cluster.proto:28

Configuration for the dynamic modules cluster. This cluster type delegates host discovery and load balancing to a dynamic module. The module manages hosts via callbacks such as ``envoy_dynamic_module_callback_cluster_add_host`` and ``envoy_dynamic_module_callback_cluster_remove_host``. The cluster must use ``lb_policy: CLUSTER_PROVIDED`` since the module provides its own load balancer. [#extension: envoy.clusters.dynamic_modules]