Update property names for dmaap service 29/98429/2
authorPatrick Brady <patrick.brady@att.com>
Thu, 14 Nov 2019 21:04:24 +0000 (13:04 -0800)
committerPatrick Brady <patrick.brady@att.com>
Thu, 14 Nov 2019 21:07:12 +0000 (21:07 +0000)
Updating the EventSender property names to match the
format of the other dmaap properties.

Change-Id: I83ee6f8cab83df672fec61ad35693b5c311e0367
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1744

installation/src/main/properties/appc.properties

index 3a0695c..1dec948 100644 (file)
@@ -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