envoyproxy/gateway
GitHub で見るDeprecated cluster.DnsRefreshRate and cluster.RespectDnsTtl
Open
#6,192 opened on 2025年5月26日
good first issuehelp wanted
Repository metrics
- Stars
- (2,871 stars)
- PR merge metrics
- (PR metrics pending)
説明
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