Data Sync Watchdog Process
[cps.git] / cps-application / src / main / resources / application.yml
index 692996c..802a18b 100644 (file)
@@ -1,6 +1,6 @@
 #  ============LICENSE_START=======================================================\r
 #  Copyright (C) 2021 Pantheon.tech\r
-#  Modifications Copyright (C) 2021 Bell Canada\r
+#  Modifications Copyright (C) 2021-2022 Bell Canada\r
 #  Modifications Copyright (C) 2021-2022 Nordix Foundation\r
 #  ================================================================================\r
 #  Licensed under the Apache License, Version 2.0 (the "License");\r
@@ -79,11 +79,15 @@ spring:
                 spring.deserializer.value.delegate.class: org.springframework.kafka.support.serializer.JsonDeserializer\r
                 spring.json.value.default.type: org.onap.cps.ncmp.event.model.DmiAsyncRequestResponseEvent\r
                 spring.json.use.type.headers: false\r
+\r
+    jackson:\r
+      default-property-inclusion: NON_NULL\r
 app:\r
     ncmp:\r
         async-m2m:\r
             topic: ${NCMP_ASYNC_M2M_TOPIC:ncmp-async-m2m}\r
-\r
+        events:\r
+            topic: ${NCMP_EVENTS_TOPIC:ncmp-events}\r
 notification:\r
     data-updated:\r
         enabled: false\r
@@ -153,4 +157,8 @@ dmi:
 \r
 timers:\r
     advised-modules-sync:\r
-        sleep-time-ms: 30000
\ No newline at end of file
+        sleep-time-ms: 30000\r
+    locked-modules-sync:\r
+        sleep-time-ms: 300000\r
+    cm-handle-data-sync:\r
+        sleep-time-ms: 30000\r