As suggested by @RomanDzhabarov, we should have a clearer way to track deprecated features (e.g. #994, #979). We agreed to add a DEPERECATED.md to track deprecations in the Envoy source root.
In addition, maybe we can consider flag protection of deprecated features so we can turn them off easily on the CLI and validate behavior. This would be easy with gflags, not sure about using tclap.
As suggested by @RomanDzhabarov, we should have a clearer way to track deprecated features (e.g. #994, #979). We agreed to add a
DEPERECATED.mdto track deprecations in the Envoy source root.In addition, maybe we can consider flag protection of deprecated features so we can turn them off easily on the CLI and validate behavior. This would be easy with gflags, not sure about using tclap.