Deprecated cluster.DnsRefreshRate and cluster.RespectDnsTtl
#6.192 aberto em 26 de mai. de 2025
Métricas do repositório
- Stars
- (2.871 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
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