envoyproxy/envoy

config: allow double registration with different name and deprecation

Open

#8,540 创建于 2019年10月9日

在 GitHub 查看
 (1 评论) (2 反应) (1 负责人)C++ (5,373 fork)batch import
api/v3enhancementhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Description:

To support extension rename with better deprecation. e.g. allow TLS transport socket to be registered as envoy.transport_socket.tls and tls and the latter should be deprecated.

https://github.com/envoyproxy/envoy/pull/8508#discussion_r332119188

Work Items:

  • double registration
  • warn log
  • deprecated stat
  • DEPRECATED_FEATURE_TEST

贡献者指南