Deprecated cluster.DnsRefreshRate and cluster.RespectDnsTtl
#6 192 ouverte le 26 mai 2025
Métriques du dépôt
- Stars
- (2 871 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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