-
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
Mod:cancel listener dir when zkpath end of providers/ & consumers/ #359
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #359 +/- ##
===========================================
- Coverage 66.74% 66.57% -0.17%
===========================================
Files 150 150
Lines 7936 7938 +2
===========================================
- Hits 5297 5285 -12
- Misses 2137 2149 +12
- Partials 502 504 +2
Continue to review full report at Codecov.
|
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
config/config_loader.go
Outdated
@@ -195,20 +195,20 @@ func GetApplicationConfig() *ApplicationConfig { | |||
|
|||
// GetProviderConfig find the provider config | |||
// if not found, create new one | |||
func GetProviderConfig() ProviderConfig { | |||
func GetProviderConfig() *ProviderConfig { |
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.
are u sure u need to change the value of the ProviderConfig by its pointer?
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.
Be same as other func. GetMetricConfig / GetApplicationConfig
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?: