From 9220f729873a7be6455f832468f5090ccd2a25cb Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Mon, 13 Aug 2018 02:44:43 -0400 Subject: Update traversal to use schema ingest library Update the traversal microservice to use the ingest library to make the application more model driven Issue-ID: AAI-1465 Change-Id: Ifcf56b5d0e7f25ce2bc735b3186e09bc28234100 Signed-off-by: Kajur, Harish (vk250x) --- .../etc/appprops/aaiEventDMaaPPublisher.properties | 30 +++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'aai-traversal/src/main/resources/etc/appprops/aaiEventDMaaPPublisher.properties') diff --git a/aai-traversal/src/main/resources/etc/appprops/aaiEventDMaaPPublisher.properties b/aai-traversal/src/main/resources/etc/appprops/aaiEventDMaaPPublisher.properties index 4aa7445..3258623 100644 --- a/aai-traversal/src/main/resources/etc/appprops/aaiEventDMaaPPublisher.properties +++ b/aai-traversal/src/main/resources/etc/appprops/aaiEventDMaaPPublisher.properties @@ -1,4 +1,32 @@ +# Start of Internal Specific Properties +TransportType=DME2 +Latitude=39.099727 +Longitude=-94.578567 +Version=1.0 +ServiceName=dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events +Environment=TEST +routeOffer=MR1SBKCD +Partner=KC_R +SubContextPath=/ Protocol=http +MethodType=POST +username=m08479@aai.ecomp.att.com +password=OBF:1wfm1z0h18xp1z0f1r411y7z1r3x1z0f18xt1z0d1wgc contenttype=application/json -host=localhost:3904 +host=klsd056.ipcoe.att.com:3904 +AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler +AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler +AFT_DME2_REQ_TRACE_ON=true +AFT_ENVIRONMENT=AFTUAT +AFT_DME2_EP_CONN_TIMEOUT=10000 +AFT_DME2_ROUNDTRIP_TIMEOUT_MS=180000 +AFT_DME2_EP_READ_TIMEOUT_MS=50000 +DME2_REPLY_HANDLER_TIMEOUT_MS=180000 +DME2_PER_HANDLER_TIMEOUT_MS=180000 +sessionstickinessrequired=NO +MessageSentThreadOccurance=50 +# End of Internal Specific Properties topic=AAI-EVENT +partition=AAI +maxBatchSize=100 +maxAgeMs=250 -- cgit 1.2.3-korg