area/ratelimitbeginnerhelp wantedtech debt
Repository-Metriken
- Stars
- (27.997 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)
Beschreibung
Minor cleanup related to PR #8796, for HTTP filters we have envoy.rate_limit but for networking filters we have envoy.ratelimit. We should update the network filter to match HTTP/Thrift. In order to avoid naming collisions, the network filter should be updated to the new style of envoy.filters.network.rate_limit. This would involve
- Register a second definition of the rate limit filter's config factory with the new name.
- Deprecation period for the old config factory
- Removal of the old config factory
(while here, we could extend this to updating all the networking filter names to the new format, this one just stood out as a potential nuisance)