summaryrefslogtreecommitdiffstats
path: root/cps-service/src/test/resources/application.yml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-08-25 13:48:07 +0000
committerGerrit Code Review <gerrit@onap.org>2021-08-25 13:48:07 +0000
commit90fc8dc16f07d6e039edf1c0a4d6883388cf9004 (patch)
treeeb4f7865e11219f48989f086b83fb03ddf423534 /cps-service/src/test/resources/application.yml
parentad04b77071257d5f144ae4925a114009e749d571 (diff)
parent86c74c79cb45992d9f2ec134477cae41cd26651b (diff)
Merge "Process data-updated event asynchronously"
Diffstat (limited to 'cps-service/src/test/resources/application.yml')
-rw-r--r--cps-service/src/test/resources/application.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/cps-service/src/test/resources/application.yml b/cps-service/src/test/resources/application.yml
index 94f7e818f..b1546d74f 100644
--- a/cps-service/src/test/resources/application.yml
+++ b/cps-service/src/test/resources/application.yml
@@ -1,11 +1,12 @@
# ============LICENSE_START=======================================================
-# Copyright (C) 2021 Bell Canada. All rights reserved.
+# Copyright (c) 2021 Bell Canada.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# http://www.apache.org/licenses/LICENSE-2.0
+#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -21,6 +22,10 @@ notification:
enabled-dataspaces: ".*-published,.*-important"
enabled: true
topic: cps-event
+ async-executor:
+ core-pool-size: 2
+ max-pool-size: 10
+ queue-capacity: 0
spring:
kafka: