Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(transport): add an env variable to disable DirectPath (#1447)
Add an environment variable GOOGLE_CLOUD_DISABLE_DIRECT_PATH to disable DirectPath. We expect users to use the EnableDirectPath option to control DirectPath for most cases, and this environment variable is for special cases like running both DP and GFE traffic on the same VM. As a result, only when this env variable is explicitly set to true will DirectPath be disabled. Same PR for Java: googleapis/gax-java#1412.
- Loading branch information