linkerd2/proxy
Oliver Gould 02e6d018d0
proxy: Bound on router capacity (#898)
Currently, the proxy may cache an unbounded number of routes. In order
to prevent such leaks in production, new configurations are introduced
to limit the number of inbound and outbound HTTP routes. By default, we
support 100 inbound routes and 10K outbound routes.

In a followup, we'll introduce an eviction strategy so that capacity can
be reclaimed gracefully.
2018-05-04 16:32:30 -07:00
..
benches proxy: Fix metrics constructor in benches (#881) 2018-04-30 17:48:07 -07:00
controller-grpc proxy: Support destination label matching for tap (#817) 2018-04-19 17:58:45 -07:00
convert Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
futures-mpsc-lossy Prepare for the v0.3.0 release (#406) 2018-02-21 11:14:11 -08:00
router proxy: Bound on router capacity (#898) 2018-05-04 16:32:30 -07:00
src proxy: Bound on router capacity (#898) 2018-05-04 16:32:30 -07:00
tests proxy: Upgrade tower dependencies (#892) 2018-05-02 13:40:55 -07:00
Cargo.toml proxy: Upgrade tower dependencies (#892) 2018-05-02 13:40:55 -07:00
Dockerfile proxy: Do not build Arbitrary types in Docker (#889) 2018-05-01 14:56:24 -07:00
assert_macro proxy: Unbreak process_start_time_seconds metric (#825) 2018-04-20 15:59:08 -07:00