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

(Nucleus): Individual deployment notifications #1530

Open
2 tasks
anagata-772 opened this issue Oct 2, 2023 · 1 comment
Open
2 tasks

(Nucleus): Individual deployment notifications #1530

anagata-772 opened this issue Oct 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@anagata-772
Copy link

Feature Description
Be able to configure settings to receive deployment update notifications only when the component itself is scheduled to be updated.

Use Case
Suppose you have a deployment that includes components A/B/C.
Also, assume that components A, B, and C all receive update notifications (SubscribeToComponentUpdates).
In the case of Nucleus 2.11.2, when a deployment is updated, there will be a deployment notification to all components A/B/C even if only component A is updated.
Components A, B, and C do not know whether they will be updated or not, so all of them must prepare for updates by, for example, saving the information being processed in a temporary area.
If it is possible to set update notifications to be sent only to components that have updates, only component A needs to prepare for updates, and components B and C do not have to perform unnecessary update preparation operations.

Proposed Solution
When a component subscribes to deployments with SubscribeToComponentUpdates, it can specify with a parameter whether it want to receive deployment notifications "all'' or "only when the component itself is scheduled to change.''

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change
@anagata-772 anagata-772 added the needs-triage Needs eyeballs label Oct 2, 2023
@junfuchen99
Copy link
Member

Hello,

Thanks for reaching out. We will look into this option.

@junfuchen99 junfuchen99 added enhancement New feature or request and removed needs-triage Needs eyeballs labels Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants