envoyproxy / xds-relay

Caching, aggregation, and relaying for xDS compliant clients and origin servers
Apache License 2.0
132 stars 29 forks source link

Make addition of grpc debug endpoint configurable #177

Open jyotimahapatra opened 4 years ago

jyotimahapatra commented 4 years ago

We added a grpc debug endpoint https://github.com/envoyproxy/xds-relay/blob/1e1deb75d8bf4e35d0283d384a0f13ff31020a63/internal/app/server/server.go#L182

This should be made configurable in case it has any perf impact.

jyotimahapatra commented 4 years ago

176