envoyproxy/envoy

config: allow double registration with different name and deprecation

Open

#8.540 aberto em 9 de out. de 2019

Ver no GitHub
 (1 comment) (2 reactions) (1 assignee)C++ (5.373 forks)batch import
api/v3enhancementhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 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

Guia do colaborador