diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-06-30 08:43:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-30 08:43:50 +0000 |
commit | 66b29582d457c5255e24c4327406b436d856138e (patch) | |
tree | 34bb8305820afd65ab27d34406102e36fb9c41dc /cps-application/src | |
parent | 78062a1c3f4e303714103dfcb7d9552a0b081eb0 (diff) | |
parent | 1c90848a0cb078e0249a7dc888ea05390f59a1e6 (diff) |
Merge "Kafka consumer can not be turned off"
Diffstat (limited to 'cps-application/src')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 802a18b847..14abebb2be 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -88,14 +88,14 @@ app: topic: ${NCMP_ASYNC_M2M_TOPIC:ncmp-async-m2m}
events:
topic: ${NCMP_EVENTS_TOPIC:ncmp-events}
+
notification:
+ enabled: true
data-updated:
- enabled: false
topic: ${CPS_CHANGE_EVENT_TOPIC:cps.data-updated-events}
filters:
enabled-dataspaces: ${NOTIFICATION_DATASPACE_FILTER_PATTERNS:""}
async:
- enabled: false
executor:
core-pool-size: 2
max-pool-size: 10
|