Process data-updated event asynchronously 02/123402/7
authorRenu Kumari <renu.kumari@bell.ca>
Thu, 19 Aug 2021 17:11:00 +0000 (13:11 -0400)
committerRenu Kumari <renu.kumari@bell.ca>
Tue, 24 Aug 2021 13:39:45 +0000 (09:39 -0400)
commit86c74c79cb45992d9f2ec134477cae41cd26651b
tree4bc17c8dca351910f0f411a6007f0db6924af5ab
parent888dcd495ecb63bf678e7234e9dc34e0743cb412
Process data-updated event asynchronously

- notification is processed asynchronously using defined threadpool
- updated docker-compose and readme to add dataspace filtering variables

Issue-ID: CPS-526
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I7f827250f45cb9e3db2f060e9b3a089a4eaee05c
cps-application/src/main/resources/application.yml
cps-application/src/test/java/org/onap/cps/architecture/LayeredArchitectureTest.java
cps-service/src/main/java/org/onap/cps/api/impl/CpsDataServiceImpl.java
cps-service/src/main/java/org/onap/cps/config/AsyncConfig.java [new file with mode: 0644]
cps-service/src/main/java/org/onap/cps/notification/CpsDataUpdatedEventFactory.java
cps-service/src/main/java/org/onap/cps/notification/NotificationPublisher.java
cps-service/src/main/java/org/onap/cps/notification/NotificationService.java
cps-service/src/test/groovy/org/onap/cps/notification/NotificationServiceSpec.groovy
cps-service/src/test/resources/application.yml
docker-compose/README.md
docker-compose/docker-compose.yml