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-service/src/test/resources/application.yml | |
parent | 78062a1c3f4e303714103dfcb7d9552a0b081eb0 (diff) | |
parent | 1c90848a0cb078e0249a7dc888ea05390f59a1e6 (diff) |
Merge "Kafka consumer can not be turned off"
Diffstat (limited to 'cps-service/src/test/resources/application.yml')
-rw-r--r-- | cps-service/src/test/resources/application.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cps-service/src/test/resources/application.yml b/cps-service/src/test/resources/application.yml index a28b400834..04295eb74f 100644 --- a/cps-service/src/test/resources/application.yml +++ b/cps-service/src/test/resources/application.yml @@ -18,13 +18,12 @@ # ============LICENSE_END========================================================= notification: + enabled: true data-updated: filters: enabled-dataspaces: ".*-published,.*-important" - enabled: true topic: cps-event async: - enabled: true executor: core-pool-size: 2 max-pool-size: 10 |