envoyproxy/envoy

config: allow double registration with different name and deprecation

Open

#8 540 ouverte le 9 oct. 2019

Voir sur GitHub
 (1 commentaire) (2 réactions) (1 assigné)C++ (5 373 forks)batch import
api/v3enhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

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

Guide contributeur