commit | 8f01bf67befd7f73d3208a8279e7d2ea8cc89423 | [log] [tgz] |
---|---|---|
author | Renu Kumari <renu.kumari@bell.ca> | Tue Aug 17 14:06:53 2021 -0400 |
committer | Renu Kumari <renu.kumari@bell.ca> | Tue Aug 17 15:16:10 2021 -0400 |
tree | cbe8b831e0401ee3c89237ff4db5926671f0d855 | |
parent | ddf661254f711d78b480b8f5623632443a8f6ebc [diff] [blame] |
Filter data updated events based on configured pattern Issue-ID: CPS-469 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I7810990b54c3140677184ea671164b8835a6afbb
diff --git a/cps-service/src/test/resources/application.yml b/cps-service/src/test/resources/application.yml index c934486..94f7e81 100644 --- a/cps-service/src/test/resources/application.yml +++ b/cps-service/src/test/resources/application.yml
@@ -17,8 +17,10 @@ notification: data-updated: - topic: cps-event + filters: + enabled-dataspaces: ".*-published,.*-important" enabled: true + topic: cps-event spring: kafka: