Filter data updated events based on configured pattern
[cps.git] / cps-service / src / test / resources / application.yml
index c934486..94f7e81 100644 (file)
 
 notification:
   data-updated:
-    topic: cps-event
+    filters:
+      enabled-dataspaces: ".*-published,.*-important"
     enabled: true
+    topic: cps-event
 
 spring:
   kafka: