Skip to content

Commit bbb9c30

Browse files
authored
document gRPC proxy env var
Updates #2161.
1 parent 466a8d4 commit bbb9c30

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,13 @@ Troubleshooting
835835
836836
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
837837
838+
### Proxy (Experimental)
839+
Many clients in this repository use gRPC, not HTTP.
840+
In these clients, the `http.proxyHost` property takes no effect.
841+
To use proxy in gRPC clients, set the `GRPC_PROXY_EXP` environment variable;
842+
more details are available in the gRPC [release note](https://github.com/grpc/grpc-java/releases/tag/v1.0.3).
843+
Please note that proxy support is currently experimental.
844+
838845
Java Versions
839846
-------------
840847

0 commit comments

Comments
 (0)