Results 225 comments of James Peach

@maplebeats Did you configure envoy to use ADS?

> Any thoughts around this? I'm a bit skeptical about this. The Envoy protobuf API is huge and tracking it with builder interfaces sounds like a lot of work. Being...

> Matt Klein's [blog post](https://mattklein123.dev/2020/03/15/2020-03-14-on-the-state-of-envoy-proxy-control-planes/) is a great read for those who haven't seen it. What's the relationship between the ideas here and xds-relay (which seems to be abandoned)?

> I like the thought @jpeach. Can you drop a comment here with what the notification interface might look like? Sure, probably next week. In the slack commentary someone mentioned...

> * Update rules_go: [proto: add go_proto_apiv2 and go_grpc_apiv2 compilers bazelbuild/rules_go#2522](https://github.com/bazelbuild/rules_go/issues/2522) Oof, that does not look promising ...

> Okay looks like this pr: [envoyproxy/envoy#21790](https://github.com/envoyproxy/envoy/pull/21790) got merged so we can now proceed here. @jpeach would you be interested in picking this back up? I can probably take a...

This is a tricky one. The problem is that in the release process, the `make prepare-release` step creates the PR that runs the builder integration tests, but only if those...

> I believe the integration tests _should_ only use what we had before, while the new default config should be similar in test surface to what we had before. As...

The embedded default config for ocb doesn't have the "replaces" directives because in that case ocb could be running from anywhere. When you generate otelcorecol, you want the "replaces" because...