diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-08-13 02:44:43 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-08-13 12:35:56 -0400 |
commit | 9220f729873a7be6455f832468f5090ccd2a25cb (patch) | |
tree | 26ea9dc633bad1bd9bb0f25465a998cd85e6ee5f /aai-traversal/src/main/resources/etc/appprops/aaiEventDMaaPPublisher.properties | |
parent | cdeda67931317caa0582b6e806aaf2df42616170 (diff) |
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) <vk250x@att.com>
Diffstat (limited to 'aai-traversal/src/main/resources/etc/appprops/aaiEventDMaaPPublisher.properties')
-rw-r--r-- | aai-traversal/src/main/resources/etc/appprops/aaiEventDMaaPPublisher.properties | 30 |
1 files changed, 29 insertions, 1 deletions
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 |