[DMI] Publish Message hidden REST endpoint trigger 83/132683/11
authorsourabh_sourabh <sourabh.sourabh@est.tech>
Wed, 1 Feb 2023 12:56:44 +0000 (12:56 +0000)
committersourabh_sourabh <sourabh.sourabh@est.tech>
Wed, 1 Feb 2023 12:56:44 +0000 (12:56 +0000)
commit4537a8b008d1c17281d2a06795c22cf3388cdd2f
tree031262741935bc361c8eee7c6d7360b7afc850bd
parent435b2c40e8043055920f801437f9b16f7ccdf265
[DMI] Publish Message hidden REST endpoint trigger

-Added endpoint to simulate events
-Events are published to dmi-cm-events topic
-Added Kafka test
-WILL FAIL UNTIL CPS PART IS MERGED

Issue-ID: CPS-1385
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
Change-Id: Ie802ba819e7b8c5a16504f900bdb89f3e4b0ab4a
Signed-off-by: seanbeirne <sean.beirne@est.tech>
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
pom.xml
src/main/java/org/onap/cps/ncmp/dmi/notifications/avc/DmiDataAvcEventCreator.java [new file with mode: 0644]
src/main/java/org/onap/cps/ncmp/dmi/notifications/avc/DmiDataAvcEventProducer.java [new file with mode: 0644]
src/main/java/org/onap/cps/ncmp/dmi/notifications/avc/DmiDataAvcEventSimulationController.java [new file with mode: 0644]
src/test/groovy/org/onap/cps/ncmp/dmi/api/kafka/MessagingBaseSpec.groovy [new file with mode: 0644]
src/test/groovy/org/onap/cps/ncmp/dmi/notifications/avc/AvcEventExecutorIntegrationSpec.groovy [new file with mode: 0644]