A purpose-built proxy for the Linkerd service mesh. Written in Rust.
Go to file
Brian Smith ad515bb537 Proxy: Parse all environment variables before aborting (#24)
Previously, as soon as we would encounter one environment variable with
an invalid value we would exit. This is frustrating behavior when
deploying to Kubernetes and there are multiple problems because the
edit-compile-test cycle is so slow.

Fix this by parsing all the environment variables and logging error
messages before exiting.

I validated this manually.
2017-12-13 18:56:14 -06:00
codegen Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
futures-mpsc-lossy apply rustffmt on proxy, remove rustfmt.toml for now 2017-12-05 00:44:16 +00:00
proxy Proxy: Parse all environment variables before aborting (#24) 2017-12-13 18:56:14 -06:00
tower-grpc Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-grpc-build Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-grpc-examples Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-h2 Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
tower-router Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
Cargo.lock Prepare for v0.1.0 (#1) 2017-12-04 19:55:56 -08:00
Cargo.toml Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
LICENSE Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00