-
Notifications
You must be signed in to change notification settings - Fork 485
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
refactor!: Replace internal topics from config with new constants #4348
refactor!: Replace internal topics from config with new constants #4348
Conversation
74288c0
to
10b0966
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #4348 +/- ##
==========================================
- Coverage 43.66% 43.66% -0.01%
==========================================
Files 116 116
Lines 10701 10707 +6
==========================================
+ Hits 4673 4675 +2
- Misses 5609 5612 +3
- Partials 419 420 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
70fe86c
to
8d88f8f
Compare
BREAKING CHANGE: Internal topics no longer configurable, except the base topic. fixes # 4356 Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
8d88f8f
to
9cebe76
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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
BREAKING CHANGE: Internal topics no longer configurable, except the base topic.
Signed-off-by: Leonard Goodell leonard.goodell@intel.com
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-go/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements:
BREAKING CHANGE:
describing the break)TBD
Testing Instructions
run
make docker
do build local imagesfrom compose builder run
make run no-secty ds-virtual dev mqtt-broker
Using MQTT tool verify external MQTT commands work
edgex/command/response/#
edgex/command/request/Random-Integer-Device/Int16/get
Verify events are recieved by Core Data.
New Dependency Instructions (If applicable)