Kafka consumer can not be turned off 36/129636/36
authorJosephKeenan <joseph.keenan@est.tech>
Thu, 16 Jun 2022 15:19:09 +0000 (16:19 +0100)
committerToine Siebelink <toine.siebelink@est.tech>
Thu, 30 Jun 2022 07:44:46 +0000 (07:44 +0000)
commit1c90848a0cb078e0249a7dc888ea05390f59a1e6
tree141223174873ab237bc9bf7607532ff15dd50b16
parent529f92c549a16ecd9ead36cc00d6f74f775ca638
Kafka consumer can not be turned off

-NOTE: Build will fail until docker-compose version issues on build
server are fixed
  --Ticket raised https://jira.linuxfoundation.org/plugins/servlet/theme/portal/2/IT-24219
-added flag for async
-added response if async is triggered without being enabled & associated test
-modified to use one global flag for notifications

Issue-ID: CPS-1088
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
Change-Id: If9d988b4dcb71bf37c1b1bf9464090782708ffc2
13 files changed:
cps-application/src/main/resources/application.yml
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyController.java
cps-ncmp-rest/src/test/resources/application.yml
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/async/NcmpAsyncRequestResponseEventConsumer.java
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/event/NcmpEventsService.java
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/event/NcmpEventsServiceSpec.groovy
cps-service/src/main/java/org/onap/cps/config/AsyncConfig.java
cps-service/src/main/java/org/onap/cps/notification/NotificationProperties.java
cps-service/src/test/resources/application.yml
csit/plans/cps/pnfsim/docker-compose.yml [changed mode: 0755->0644]
csit/plans/cps/setup.sh
docker-compose/docker-compose.yml [changed mode: 0755->0644]
docs/deployment.rst