-
Notifications
You must be signed in to change notification settings - Fork 100
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
Restructure MQTT topic and payload sections #159
Conversation
svefredrik
commented
Oct 12, 2021
•
edited
Loading
edited
- Write MQTT topic definition as ABNF rules.
- Remove Key from topic as it is deprecated.
- Replace '::=' with '=' in ABNF rules.
- Update examples with new topic structure.
03a9cd1
to
13a6dd1
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.
I have read carefully through all changes and feel they are logical. Approved.
- Write MQTT topic definition as ABNF rules. - For Source fields, include name as well as value in the topic to remove dependency on the order that they are listed. Consumer no longer needs to use GetEventProperties to understand what field each value belongs to. - Remove Key from topic as it is deprecated. - Replace '::=' with '=' in ABNF rules. - Update examples with new topic structure. Change-Id: I7ddf8ce6a37baeee1cce16e7b83be0a98831b53f
- Remove SNAME from SOURCE in MQTT topic structure - Add PublishFilter example Change-Id: I7ade2898f8750480f5f811b3afb73883f440f116
This needs further review by members as there was a significant update since I reviewed it last on the 4th March. Performing a get of the latest updates in this PR shows 4 conflicts within doc\Core.xml. Please update for re-review thank you. |
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.
Thank you for the updates. Approved.