From f7873bd1a65592539a26e49ba84cd3c90cdca252 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Tue, 7 May 2024 15:33:19 +0100 Subject: Conditional cps change events - introduced a parameter to control the cps core change event notifications. we should be able to disable these notifications without affecting other notification flows. - fixed the LayeredArchitectureTest as we are accessing the Anchor model in the events package now. Issue-ID: CPS-2213 Change-Id: Id875925bc14de1cc6e8fa3193c0df470e09fe43f Signed-off-by: mpriyank --- cps-application/src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cps-application/src/main/resources/application.yml') diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 68dd31b53b..810068081e 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -116,8 +116,11 @@ app: topic: ${DMI_DEVICE_HEARTBEAT_TOPIC:dmi-device-heartbeat} cps: data-updated: + change-event-notifications-enabled: ${CPS_CHANGE_EVENT_NOTIFICATIONS_ENABLED:true} topic: ${CPS_CHANGE_EVENT_TOPIC:cps-data-updated-events} + + notification: enabled: true async: -- cgit 1.2.3-korg