From dff80ed76c8e0e6416e0688541f3094db3ca260a Mon Sep 17 00:00:00 2001 From: Singh Date: Tue, 9 Apr 2024 17:38:07 +0530 Subject: Remove DMaaP dependency from AAI-Common - Remove Dmaap dependency in AAI-Common and replace it with Kafka. Issue-ID: AAI-3792 Change-Id: If3fd5c3bdc2448f7e260a26000b02a510c80d7fb Signed-off-by: Singh --- aai-els-onap-logging/src/test/resources/error.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aai-els-onap-logging/src/test/resources/error.properties') diff --git a/aai-els-onap-logging/src/test/resources/error.properties b/aai-els-onap-logging/src/test/resources/error.properties index c1470dae..1f68df3f 100644 --- a/aai-els-onap-logging/src/test/resources/error.properties +++ b/aai-els-onap-logging/src/test/resources/error.properties @@ -142,8 +142,8 @@ AAI_7117=5:4:ERROR:7117:500:3002:Error in get http client object:500 AAI_7118=5:4:ERROR:7118:500:3002:Script Error:900 AAI_7119=5:4:ERROR:7119:500:3002:Unknown host:900 -#--- DMaaP related errors -AAI_7304=4:5:ERROR:7304:500:3002:Error reaching DMaaP to send event:200 +#--- Kafka related errors +AAI_7304=4:5:ERROR:7304:500:3002:Error reaching Kafka to send event:200 AAI_7350=5:4:ERROR:7305:500:3002:Notification event creation failed:500 #--- aairestctlr: 7401-7499 -- cgit