-
Notifications
You must be signed in to change notification settings - Fork 85
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: Create System Events ADR #795
feat: Create System Events ADR #795
Conversation
310622c
to
b523d2f
Compare
recheck |
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
closes edgexfoundry#581 Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
2771a42
to
b4cf6e7
Compare
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.
Some minor typos with [Text ]
(extra space before ]
) but otherwise 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
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.
Sorry for the late review.
I've added several comments, most of them editorial.
The only critical issue is the hardcoded topic prefix which will cause issues when using external message busses.
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
- Changed Publish Topic Prifix to be in configuration - Clarified standard topic level vs addition levels for specific use cases - Fixed typos. Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
db495c3
|
||
`edgex/system-event/{source}/{type}/{action}/{owner}/{profile}` | ||
`edgex/system-event/{source}/{type}/{action}` |
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.
Would it more properly be {PublishTopicPrefix}/{source}/{type}/{action}
?
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.
Sure.
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
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.
Thanks for the changes.
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
Signed-off-by: edgex-jenkins <collab-it+edgex@linuxfoundation.org>
closes edgexfoundry/edgex-go#581
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-docs/blob/main/.github/Contributing.md
PR Checklist
Please check if your PR fulfills the following requirements: