Skip to content

Add http proxy options #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 22, 2023
Merged

Add http proxy options #227

merged 2 commits into from
Aug 22, 2023

Conversation

trengrj
Copy link
Member

@trengrj trengrj commented Aug 22, 2023

Usecase is for when you would want the Java client to have a proxy but not entire JVM (so don't want to use JVM flags http.proxyHost and http.proxyPort) i.e. in Spark.

I opted for using a setter as this config will rarely be used. I've also added an integration test using nginx-proxy.

@trengrj trengrj requested a review from antas-marcin August 22, 2023 04:52
@trengrj trengrj linked an issue Aug 22, 2023 that may be closed by this pull request
@antas-marcin antas-marcin merged commit 95b0281 into main Aug 22, 2023
@antas-marcin antas-marcin deleted the trengrj/http-proxy branch August 22, 2023 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP Proxy settings
3 participants