envoyproxy/envoy

Protoxform support for renamed field anchors

Open

#9,734 opened on Jan 18, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
api/v3area/docshelp wanted

Repository metrics

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

Description

https://github.com/envoyproxy/envoy/pull/9719 has a workaround for the inability of protoxform to intelligently follow field renames in RST links (some minor hardcoding is there for now). We should fix this; either put renames in the type database or make protoxform aware of the entire descriptor pool (similar to how the API booster does it).

Contributor guide