-
Notifications
You must be signed in to change notification settings - Fork 2.8k
AWS: Add socket connection timeout for Apache Http Builder #5787
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
AWS: Add socket connection timeout for Apache Http Builder #5787
Conversation
} | ||
|
||
@Test | ||
public void testApacheConnectionSocketTimeoutConfiguration() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are newly added unit tests for the timeout configurations
cc @amogh-jahagirdar @rajarshisarkar @singhpk234 @xiaoxuandev @xingfanx for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
417a0cd
to
687c605
Compare
Rebase to the master branch |
687c605
to
432f15a
Compare
Thanks for the work @JonasJ-ap and thanks for the review @amogh-jahagirdar ! |
User can use
http-client.apache.socket-timeout-ms
andhttp-client.apache.connection-timeout-ms
tags to configure the connection and socket timeout for theApacheHttpClient
.Add unit test to check the if the correct HTTP client type is configured