-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 UrlConnectionHttpClient #5900
AWS: Add socket connection timeout for UrlConnectionHttpClient #5900
Conversation
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!
7ce9135
to
40d4a2a
Compare
Thank you very much for your reviews! @rajarshisarkar @singhpk234 @amogh-jahagirdar May I ask if there is anything else you want to comment on this change? Thank you in advance. |
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.
LGTM as well !, Thanks @JonasJ-ap
174760b
to
8556a0c
Compare
Looks like we get a few approvals, thanks @JonasJ-ap for the contribution and thanks @Fokko and @singhpk234 for review! |
User can use
http-client.urlconnection.socket-timeout-ms
andhttp-client.urlconnection.connection-timeout-ms
tags to configure the connection and socket timeout for theUrlConnectionHttpClient
.Add unit test to check the timeout setting.