Process data-updated event asynchronously
[cps.git] / cps-service / src / test / resources / application.yml
index 94f7e81..b1546d7 100644 (file)
@@ -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: