-
Notifications
You must be signed in to change notification settings - Fork 930
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
Fix: Make the Consumer config property Check
available
#1568
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a85b65b
Merge branch '3.0' into develop
AlexStocks 9e38afe
Merge branch '3.0' into develop
AlexStocks f0ad730
Merge branch '3.0' into develop
AlexStocks 4cb6e44
improve etcd version and change create to put (#1203)
ztelur 56d9d71
Merge branch '3.0' into develop
AlexStocks cc74aa5
Merge branch '3.0' into develop
AlexStocks 40082d4
Merge branch '3.0' into develop
AlexStocks 727e346
Merge branch '3.0' into develop
AlexStocks 268e072
Merge branch '3.0'
LaurenceLiZhixin 42ef7fe
fix: CONTRIBUTING.md url error. (#1303)
stulzq a109967
add lock (#1304)
tylitianrui 808862e
Revert "add lock (#1304)" (#1329)
LaurenceLiZhixin 3da71a1
Merge branch '3.0' into develop
AlexStocks 7802cca
Merge branch 'develop'
AlexStocks 343ba6a
Merge branch 'master' of https://github.com/apache/dubbo-go
AlexStocks 8b0191b
build(deps): bump github.com/dubbogo/gost from 1.11.14 to 1.11.16 (#1…
dependabot[bot] 768c2d8
build(deps): bump google.golang.org/protobuf from 1.26.0 to 1.27.1 (#…
dependabot[bot] 6377396
build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.0-alpha.0 to 3.5…
dependabot[bot] d904ed4
merge 3.0
AlexStocks d32db09
Merge branch 'develop'
AlexStocks d49f62e
Merge branch '3.0' into develop
481eb47
Merge branch 'develop'
efe12a0
Merge remote-tracking branch 'apache/3.0' into develop
fangyincheng bfca099
Merge remote-tracking branch 'apache/develop'
fangyincheng 891357a
Merge branch '3.0' into develop
cc7af11
Merge branch 'develop'
ebaa5b6
fix: in the Consumer service, the Reference config property ‘check’ u…
PhilYue f56cb86
Merge remote-tracking branch 'upstream/3.0' into fix/consumer_check
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
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.
为什么要删除default设置
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.
为了让 Reference Config 的 check 延用 Consumer Config 的 check 配置,
如果 reference 的 check 有默认值,就没法判断是用户自己配置的还是默认的