From 9088a0f0a6fb4fe1b90484435a8e766e6fe1217a Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 14 Nov 2019 13:04:24 -0800 Subject: [PATCH] Update property names for dmaap service Updating the EventSender property names to match the format of the other dmaap properties. Change-Id: I83ee6f8cab83df672fec61ad35693b5c311e0367 Signed-off-by: Patrick Brady Issue-ID: APPC-1744 --- installation/src/main/properties/appc.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation/src/main/properties/appc.properties b/installation/src/main/properties/appc.properties index 3a0695c..1dec948 100644 --- a/installation/src/main/properties/appc.properties +++ b/installation/src/main/properties/appc.properties @@ -120,9 +120,9 @@ appc.sdc.provider.url=http://localhost:8181/restconf/operations/AsdcMessage:conf # Properties used by EventSenderDmaapImpl.java DCAE.dmaap.event.topic.write=EventSenderTest -DCAE.dmaap.appc.username=test -DCAE.dmaap.appc.password=test -DCAE.dmaap.event.pool.members=10.0.11.1:3904 +DCAE.dmaap.event.username=test +DCAE.dmaap.event.password=test +DCAE.dmaap.event.poolMembers=10.0.11.1:3904 # OAM Listener appc.OAM.disabled=true -- 2.16.6