Process data-updated event asynchronously 02/123402/5 mr/526/123402/5
authorRenu Kumari <renu.kumari@bell.ca>
Thu, 19 Aug 2021 17:11:00 +0000 (13:11 -0400)
committerRenu Kumari <renu.kumari@bell.ca>
Mon, 23 Aug 2021 15:52:48 +0000 (11:52 -0400)
commit0c5979fe48a43d5fbc680d026ea7ec866f60ed9e
treed48e4f76cecfe7524e6cc4cc649c5e062b5b92e4
parentdb89e9c72388a7eb0a2132f7c25a213a925a0478
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