Skip to content
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

[PBI] Notify application about registry change types #22

Open
1 task
p-schuler opened this issue Nov 4, 2022 · 1 comment
Open
1 task

[PBI] Notify application about registry change types #22

p-schuler opened this issue Nov 4, 2022 · 1 comment
Milestone

Comments

@p-schuler
Copy link
Contributor

When applications are subscribing to registry changes, we want to indicate the type of change:

A new registration of a capability previously not available: added
An existing capability registration is removed: removed
An existing capability is modified (intents for example): modified

The type of modification is indicated in the event.

Consider the changes to be numeric represenations: 1 (added), 2 (removed), 3 (modified)

This depends on issue #8.

Acceptance Criteria

  • The notification says what changed about the namespace, e.g. added or removed.
@stepknees
Copy link
Contributor

Good feature to have, allows subscribers to dynamically understand capability changes. #backlog #newfeature

@fprezado fprezado added this to the Backlog milestone Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants