Revert "Implement Exactly Once Semantics for CmAvcEvents flow" 64/142864/2
authoremaclee <lee.anjella.macabuhay@est.tech>
Tue, 6 Jan 2026 09:53:54 +0000 (09:53 +0000)
committerLee Anjella Macabuhay <lee.anjella.macabuhay@est.tech>
Wed, 7 Jan 2026 13:51:14 +0000 (13:51 +0000)
commit9a0e6c61bbd9af1fccabc556f5ffeded1340ad30
tree74599eec31f3e09389f674b736f39358b17e7c7c
parentd413428f8afd2db8394573748ac4cbf48a78686d
Revert "Implement Exactly Once Semantics for CmAvcEvents flow"

This reverts commit bab08c745e60f339107bb8265d2e198702f85742.

Issue-ID: CPS-3103
Change-Id: Ifd17870ead776dab9a813c6f628efdeb57feba57
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
17 files changed:
cps-application/src/main/resources/application.yml
cps-application/src/test/resources/application.yml
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/config/ExactlyOnceSemanticsKafkaConfig.java [deleted file]
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/config/KafkaConfig.java
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/impl/datajobs/subscription/cmavc/CmAvcEventConsumer.java
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/config/KafkaConfigSpec.groovy
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/impl/data/async/CpsAsyncRequestResponseEventIntegrationSpec.groovy
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/impl/data/async/DataOperationEventConsumerSpec.groovy
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/impl/data/utils/DmiDataOperationsHelperSpec.groovy
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/impl/datajobs/subscription/cmavc/CmAvcEventConsumerSpec.groovy
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/impl/inventory/sync/lcm/EventProducerSpec.groovy
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/utils/events/CloudEventMapperSpec.groovy [new file with mode: 0644]
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/utils/events/MessagingBaseSpec.groovy
cps-service/src/main/java/org/onap/cps/events/EventProducer.java
cps-service/src/test/groovy/org/onap/cps/events/EventProducerSpec.groovy
docker-compose/docker-compose.yml
integration-test/src/test/resources/application.yml