diff options
author | JvD_Ericsson <jeff.van.dam@est.tech> | 2024-01-08 13:28:53 +0000 |
---|---|---|
committer | JvD_Ericsson <jeff.van.dam@est.tech> | 2024-01-08 17:00:54 +0000 |
commit | 8e617d64a7725f5fb0f0f31a5c551ff3e1e484de (patch) | |
tree | 20442b66ad69948158b02d457bd24ff461b94d0f /cps-service | |
parent | e85df99b47c27ba4ec993d4f2117332cb754321d (diff) |
Clean up cps temporal related notification code
- remove 'test' level folder
- remove schemas but leave structure
- remove 'data-updated' from test application.yaml
- remove NOTIFICATION_DATASPACE_FILTER_PATTERNS from docker-compose
Issue-ID: CPS-2005
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I3962d795c760de6ba5ff353e85894895437ad5e7
Diffstat (limited to 'cps-service')
-rw-r--r-- | cps-service/src/test/resources/application.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cps-service/src/test/resources/application.yml b/cps-service/src/test/resources/application.yml index dc100667ba..b666885f22 100644 --- a/cps-service/src/test/resources/application.yml +++ b/cps-service/src/test/resources/application.yml @@ -18,11 +18,6 @@ # ============LICENSE_END========================================================= notification: - enabled: true - data-updated: - filters: - enabled-dataspaces: ".*-published,.*-important" - topic: cps-event async: executor: core-pool-size: 2 @@ -42,8 +37,6 @@ spring: group-id: cps-test auto-offset-reset: earliest value-deserializer: org.springframework.kafka.support.serializer.JsonDeserializer - properties: - spring.json.value.default.type: org.onap.cps.event.model.CpsDataUpdatedEvent logging: level: |