envoyproxy/envoy

config: allow double registration with different name and deprecation

Open

#8,540 opened on Oct 9, 2019

View on GitHub
 (1 comment) (2 reactions) (1 assignee)C++ (5,373 forks)batch import
api/v3enhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

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

Contributor guide