Sending Data Updated Event to kafka 05/121905/21
authorRenu Kumari <renu.kumari@bell.ca>
Fri, 28 May 2021 03:16:32 +0000 (23:16 -0400)
committerRenu Kumari <renu.kumari@bell.ca>
Wed, 7 Jul 2021 10:54:13 +0000 (06:54 -0400)
commitff52b94907002d2d2910567e1ad5f55e66008eb8
treeb53ea7cf4587ec84db6db77b0d23f23327e538ad
parent6658f50ddbfbd13469f24aefc8a6002d8807a7eb
Sending Data Updated Event to kafka

Issue-ID: CPS-374
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: I05fedcace42b84575411df26c586788bffe6b846
22 files changed:
cps-application/src/main/resources/application.yml
cps-bom/pom.xml
cps-dependencies/pom.xml
cps-parent/pom.xml
cps-ri/pom.xml
cps-service/pom.xml
cps-service/src/main/java/org/onap/cps/api/impl/CpsDataServiceImpl.java
cps-service/src/main/java/org/onap/cps/notification/CpsDataUpdatedEventFactory.java [new file with mode: 0644]
cps-service/src/main/java/org/onap/cps/notification/KafkaProducerListener.java [new file with mode: 0644]
cps-service/src/main/java/org/onap/cps/notification/NotificationErrorHandler.java [new file with mode: 0644]
cps-service/src/main/java/org/onap/cps/notification/NotificationPublisher.java [new file with mode: 0644]
cps-service/src/main/java/org/onap/cps/notification/NotificationService.java [new file with mode: 0644]
cps-service/src/test/groovy/org/onap/cps/api/impl/CpsDataServiceImplSpec.groovy
cps-service/src/test/groovy/org/onap/cps/api/impl/E2ENetworkSliceSpec.groovy
cps-service/src/test/groovy/org/onap/cps/notification/CpsDataUpdateEventFactorySpec.groovy [new file with mode: 0644]
cps-service/src/test/groovy/org/onap/cps/notification/KafkaPublisherSpecBase.groovy [new file with mode: 0644]
cps-service/src/test/groovy/org/onap/cps/notification/KafkaTestContainerConfig.groovy [new file with mode: 0644]
cps-service/src/test/groovy/org/onap/cps/notification/NotificationPublisherSpec.groovy [new file with mode: 0644]
cps-service/src/test/groovy/org/onap/cps/notification/NotificationServiceSpec.groovy [new file with mode: 0644]
cps-service/src/test/resources/application.yml [new file with mode: 0644]
docker-compose/README.md
docker-compose/docker-compose.yml