Ncmp Producer Setup 72/129472/7
authormpriyank <priyank.maheshwari@est.tech>
Thu, 2 Jun 2022 10:27:55 +0000 (11:27 +0100)
committermpriyank <priyank.maheshwari@est.tech>
Tue, 7 Jun 2022 13:39:45 +0000 (14:39 +0100)
commitc2c4f5f17441154ded42cbced43bbf8d090b00f4
tree0a8f1dcf58d72431e08c646c3463ce9a1b9b02a1
parent5e80e3776bb47483ca71bcc3fbe2cd8c2b9389e3
Ncmp Producer Setup

- Ncmp Kafka Publisher setup
- Test scenarios
- Refactored existing test class which were using kafka producer and
  consumer properties to use from common MessageSpec
- Upcoming : Implementation Proposal and Actual logic to publish the
  correct event

Issue-ID: CPS-1035
Change-Id: I93ae392e8c4e4c85d88ca7858332e79b59e85535
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
cps-application/src/main/resources/application.yml
cps-ncmp-service/src/main/java/org/onap/cps/ncmp/api/impl/event/NcmpEventsPublisher.java [new file with mode: 0644]
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/async/CpsAsyncRequestResponseEventIntegrationSpec.groovy
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/impl/event/NcmpEventsPublisherSpec.groovy [new file with mode: 0644]
cps-ncmp-service/src/test/groovy/org/onap/cps/ncmp/api/utils/MessagingSpec.groovy [new file with mode: 0644]
cps-ncmp-service/src/test/resources/expectedNcmpEvent.json [new file with mode: 0644]