grpc / grpc/grpc-java

Feature request - proxy settings support at client level

Open
#7,043 4 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
12.1k
Forks
4k
Avg merge
2d 17h
Merged PRs (30d)
37

Description

### Is your feature request related to a problem?
Currently proxy settings can be set using environment variables. Unfortunately this applies at JVM level and could have side effects on other services running in the same JVM.

### Describe the solution you'd like
It'd be great to have the possibility to define the proxy settings at client level in the code rather than relying on environment variables. That would allow the use of different proxy settings in the same JVM without having side effects on components running in the same JVM.

### Describe alternatives you've considered
The alternative would be to run our services in different JVMs which is a no-go in our situation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.