htuch
htuch
Is this `LbEndpoint` metadata or `LocalityLbEndpoints`?
@cpakulski @adisuissa
I don't think retry policy is a property of a URI but of a service. So you could potentially add it to the recently added `envoy.config.core.v3.HttpService`. But in this case...
I agree on the history. Going forward, can we deprecate the existing URI field and replace with Service, adding this there?
I'm fine with retry policy. where it is in this PR as long as we don't put it in `HttpUri`.
@yanavlasov friendly ping.
I believe this is a limit we introduced to simplify some of the bootstrap dependency issues across cluster initialization and warming. @yanavlasov probably has some of the latest context on...
Re: https://github.com/envoyproxy/envoy/issues/12954#issuecomment-692207481, the top-level `cluster_names` only applies to REST (see comment on the field). It should prefer the gRPC cluster name if you skip configuring top-level `cluster_names`; I'd say this...