You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.''
The text was updated successfully, but these errors were encountered: