From 2dd658268202f92e0b5621093747f13670e5d042 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Mon, 4 Nov 2024 15:59:58 +0000 Subject: Cm Avc Event to have same key - incoming Cm Avc Event from DMI Plugin is consumed and forwarded to target topic - the key from source topic to be used in the target topic while forwarding - with same key the ordering of the message will be preserved - NOTE: the RTD related changes will be a separate patchset Issue-ID: CPS-2436 Change-Id: Ie692663706b378022ec0d621d92ca5054bad8d1b Signed-off-by: mpriyank --- .../org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration-test') diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy index 00ce38fa2d..ffcba025e8 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/CmHandleCreateSpec.groovy @@ -242,7 +242,7 @@ class CmHandleCreateSpec extends CpsIntegrationSpecBase { if (retryAttempts == 0) break } - consumerRecords + return consumerRecords } } -- cgit 1.2.3-korg