envoyproxy/gateway
在 GitHub 查看Deprecated cluster.DnsRefreshRate and cluster.RespectDnsTtl
Closed
#6,192 创建于 2025年5月26日
good first issuehelp wanted
仓库指标
- Star
- (2,871 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Description:
cluster.DnsRefreshRate and cluster.RespectDnsTtl which are used in cluster.go are deprecated:
https://github.com/envoyproxy/go-control-plane/blob/main/envoy/config/cluster/v3/cluster.pb.go#L862-L868
https://github.com/envoyproxy/go-control-plane/blob/main/envoy/config/cluster/v3/cluster.pb.go#L903-L909
They should be replaced with: https://github.com/envoyproxy/go-control-plane/blob/main/envoy/extensions/clusters/dns/v3/dns_cluster.pb.go#L37 https://github.com/envoyproxy/go-control-plane/blob/2abf4a44739ffb23e459ebe9358e6ee323138e78/envoy/extensions/clusters/dns/v3/dns_cluster.pb.go#L44