From fb2eb3e99edfc76cbcda61c602a4734b6f21138c Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Mon, 5 Jun 2017 23:47:50 -0400 Subject: [AAI-ONAP] Make necessary changes to enable dmaap Change-Id: Iba41aca29f59dce1c937e9a916f39b69521cdfe4 Signed-off-by: Venkata Harish K Kajur --- .../etc/appprops/aaiEventDMaaPPublisher.properties | 26 +--------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'aai-traversal/bundleconfig-local') diff --git a/aai-traversal/bundleconfig-local/etc/appprops/aaiEventDMaaPPublisher.properties b/aai-traversal/bundleconfig-local/etc/appprops/aaiEventDMaaPPublisher.properties index 1c2a6bf..4aa7445 100644 --- a/aai-traversal/bundleconfig-local/etc/appprops/aaiEventDMaaPPublisher.properties +++ b/aai-traversal/bundleconfig-local/etc/appprops/aaiEventDMaaPPublisher.properties @@ -1,28 +1,4 @@ -TransportType=DME2 -Latitude=39.099727 -Longitude=-94.578567 -Version=1.0 -ServiceName=ONAPserverTBD -Environment=TEST -routeOffer=MR1SBKCD -SubContextPath=/ Protocol=http -MethodType=POST -username=ONAPserverTBD -password= contenttype=application/json -host=ONAPserverTBD +host=localhost:3904 topic=AAI-EVENT -partition=AAI -maxBatchSize=100 -maxAgeMs=250 -AFT_DME2_EXCHANGE_REQUEST_HANDLERS=ONAPserverTBD -AFT_DME2_EXCHANGE_REPLY_HANDLERS=ONAPserverTBD -AFT_DME2_REQ_TRACE_ON=true -AFT_ENVIRONMENT=AFTUAT -AFT_DME2_EP_CONN_TIMEOUT=15000 -AFT_DME2_ROUNDTRIP_TIMEOUT_MS=240000 -AFT_DME2_EP_READ_TIMEOUT_MS=50000 -sessionstickinessrequired=NO -DME2preferredRouterFilePath=preferredRoute.txt -MessageSentThreadOccurance=50 -- cgit 1.2.3-korg