-
Notifications
You must be signed in to change notification settings - Fork 929
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
Ftr: Develop req timeout config #284
Ftr: Develop req timeout config #284
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.
reviewed
does this pr add request timeout for each remote method? |
# Conflicts: # config/method_config.go # config/reference_config.go
Codecov Report
@@ Coverage Diff @@
## develop #284 +/- ##
===========================================
- Coverage 66.58% 65.77% -0.81%
===========================================
Files 112 113 +1
Lines 7182 7255 +73
===========================================
- Hits 4782 4772 -10
- Misses 1934 2008 +74
- Partials 466 475 +9
Continue to review full report at Codecov.
|
yes |
LGTM |
LGTM |
protocol/dubbo/dubbo_protocol.go
Outdated
//default requestTimeout | ||
var requestTimeout = config.GetConsumerConfig().RequestTimeout | ||
|
||
requestTimeoutStr := url.GetParam(constant.REQUEST_TIMEOUT, config.GetConsumerConfig().Request_Timeout) |
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.
when is REQUEST_TIMEOUT set to url
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.
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
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
What this PR does:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: