Add client ip property in transport common module#261
Merged
sczyh30 merged 2 commits intoalibaba:masterfrom Dec 3, 2018
nick-tan:feature/client-ip-config
Merged
Add client ip property in transport common module#261sczyh30 merged 2 commits intoalibaba:masterfrom nick-tan:feature/client-ip-config
sczyh30 merged 2 commits intoalibaba:masterfrom
nick-tan:feature/client-ip-config
Conversation
Codecov Report
@@ Coverage Diff @@
## master #261 +/- ##
============================================
- Coverage 49.83% 46.22% -3.62%
- Complexity 915 924 +9
============================================
Files 158 181 +23
Lines 5259 5746 +487
Branches 757 830 +73
============================================
+ Hits 2621 2656 +35
- Misses 2306 2753 +447
- Partials 332 337 +5
Continue to review full report at Codecov.
|
sczyh30
reviewed
Nov 29, 2018
...ransport-common/src/main/java/com/alibaba/csp/sentinel/transport/config/TransportConfig.java
Outdated
Show resolved
Hide resolved
Member
|
And please add test cases for new added |
Member
|
Thanks for contributing! |
Closed
Arlmls
pushed a commit
to Arlmls/Sentinel
that referenced
this pull request
Jan 8, 2019
|
spring.cloud.inetutils.preferred-networks=172. 没有这样的参数支持多网卡吗 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe what this PR does / why we need it
增加客户度ip可配置。让docker环境部署时可以指定宿主机IP。
若配置了客户端ip则用配置的ip,否则用获取的本地host的ip
Does this pull request fix one issue?
Fixes #246