-
Notifications
You must be signed in to change notification settings - Fork 29
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
update-design-doc-with-explicit-sub-scope-changes #177
Conversation
Changed PR to draft based on subscription related discussion. Also need to await feedback & consensus on #184 |
@bigludo7 and @PedroDiez : Would be great if you could kindly review the scope related changes for explicit subscriptions documented in the design guidelines and recommend changes if needed. |
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.
Look good for me @shilpa-padgaonkar . I've just 3 comments for your appreciation (not blocking) and one word to correct. Thanks.
@@ -1332,6 +1354,8 @@ Note: It is perfectly valid for a CAMARA API to have several event types managed | |||
|
|||
In order to ease developer adoption, the pattern for Resource-based event subscription should be consistent for all API providing this feature. | |||
|
|||
To ensure consistency across Camara subprojects, it is necessary that explicit subscriptions are handled within separate API/s. It is recommended when possible to append the keyyword "subscriptions" at the end of the API name. For e.g. device-roaming-subscriptions.yaml |
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.
keyword - not keyyword
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.
done
To makes changes for #189 (review)
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.
Minor format point
LGTM in advance
Co-authored-by: Pedro Díez García <[email protected]>
@PedroDiez and @bigludo7 have already approved the PR, but I would need a codeowner approval to be able to merge this. @rartych is on vacation. Could either @patrice-conil or @RubenBG7 kindly approve the PR? |
@shilpa-padgaonkar my colleague Patrice is also enjoying well-deserved vacation :) |
Done @shilpa-padgaonkar |
What type of PR is this?
Add one of the following kinds:
What this PR does / why we need it:
Explicit subscriptions need to be transparent about the event types that they offer.
Following changes are included:
Which issue(s) this PR fixes:
Fixes #163
Special notes for reviewers:
Changelog input
Additional documentation
This section can be blank.