-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: Add common Messaging bootstrap handler #360
Conversation
Codecov Report
@@ Coverage Diff @@
## main #360 +/- ##
==========================================
+ Coverage 60.28% 61.52% +1.23%
==========================================
Files 22 23 +1
Lines 1380 1458 +78
==========================================
+ Hits 832 897 +65
- Misses 514 523 +9
- Partials 34 38 +4
Continue to review full report at Codecov.
|
This is needed as other core/support service start using the MessageBus for Service Metrics and System Events. Signed-off-by: Leonard Goodell <[email protected]>
3e442f3
to
ca894e9
Compare
Signed-off-by: Leonard Goodell <[email protected]>
@cloudxxx8 , if you approve PR, please merge. |
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
This is needed as other core/support service start using the MessageBus
for Service Metrics and System Events.
Signed-off-by: Leonard Goodell [email protected]
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/go-mod-bootstrap/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)Testing Instructions
Use this branch in edgex-go
Modify core -data to:
New Dependency Instructions (If applicable)