summaryrefslogtreecommitdiffstats
path: root/cps-service/src/test/resources/application.yml
diff options
context:
space:
mode:
authorRenu Kumari <renu.kumari@bell.ca>2021-09-02 10:30:09 -0400
committerRenu Kumari <renu.kumari@bell.ca>2021-09-02 11:44:57 -0400
commitcd048075b11eef88501619da0068d5eb6dd330f7 (patch)
tree92f4feaad6d0d92170eb4d1949686972e5840966 /cps-service/src/test/resources/application.yml
parent88cadd3f3aaa22cccb0d2159cf57fb2b84d440a2 (diff)
Add property to enable Notification Sevice async processing
- made notification service synchronous by default - added new property to enable async processing if required Issue-ID: CPS-630 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I28c2c98d7a79219a5932732d2940f5ac37bf1653
Diffstat (limited to 'cps-service/src/test/resources/application.yml')
-rw-r--r--cps-service/src/test/resources/application.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/cps-service/src/test/resources/application.yml b/cps-service/src/test/resources/application.yml
index b1546d74f..436c3d4c3 100644
--- a/cps-service/src/test/resources/application.yml
+++ b/cps-service/src/test/resources/application.yml
@@ -22,10 +22,12 @@ notification:
enabled-dataspaces: ".*-published,.*-important"
enabled: true
topic: cps-event
- async-executor:
- core-pool-size: 2
- max-pool-size: 10
- queue-capacity: 0
+ async:
+ enabled: true
+ executor:
+ core-pool-size: 2
+ max-pool-size: 10
+ queue-capacity: 0
spring:
kafka: