From dcb1479b85dc4fa43d7e417a05d01ac153b7fd1f Mon Sep 17 00:00:00 2001 From: "sunil.unnava" Date: Fri, 10 May 2019 11:21:44 -0400 Subject: clean MR codebase Issue-ID: DMAAP-1192 Change-Id: I5cc729c9a475cac859510b57542da546e1570c96 Signed-off-by: sunil.unnava --- src/main/resources/dme2/consumer.properties | 11 +++++------ src/main/resources/dme2/producer.properties | 12 +++++------- 2 files changed, 10 insertions(+), 13 deletions(-) (limited to 'src/main/resources/dme2') diff --git a/src/main/resources/dme2/consumer.properties b/src/main/resources/dme2/consumer.properties index 8350288..178b391 100644 --- a/src/main/resources/dme2/consumer.properties +++ b/src/main/resources/dme2/consumer.properties @@ -23,28 +23,27 @@ TransportType=DME2 Latitude =47.778998 Longitude =-122.182883 Version =1.0 -ServiceName =dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events +ServiceName =mr/events Environment =TEST Partner=BOT_R routeOffer=MR1 SubContextPath =/ Protocol =http MethodType =GET -username = +username = password = contenttype =application/json authKey= authDate=2016-02-18T13:57:37-0800 -#host=uebsb91bodc.it.att.com:3904 host=: -topic=com.att.ecomp_test.crm.preDemo1 +topic=org.onap.dmaap.mr.preDemo1 group=con id=5 timeout=15000 limit=1000 filter= -AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler -AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler +AFT_DME2_EXCHANGE_REQUEST_HANDLERS=org.onap.dmaap.mr.dme.client.PreferredRouteRequestHandler +AFT_DME2_EXCHANGE_REPLY_HANDLERS=org.onap.dmaap.mr.dme.client.PreferredRouteReplyHandler AFT_DME2_REQ_TRACE_ON=true AFT_ENVIRONMENT=AFTUAT AFT_DME2_EP_CONN_TIMEOUT=15000 diff --git a/src/main/resources/dme2/producer.properties b/src/main/resources/dme2/producer.properties index b3c3630..4818a3b 100644 --- a/src/main/resources/dme2/producer.properties +++ b/src/main/resources/dme2/producer.properties @@ -23,27 +23,25 @@ TransportType=DME2 Latitude =47.778998 Longitude =-122.182883 Version =1.0 -ServiceName =dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events -#com.att.acsi.saat.dt.dmaap.dev.mrclientnew1 +ServiceName =mr/events Environment =TEST Partner=BOT_R routeOffer=MR1 SubContextPath =/ Protocol =http MethodType =POST -username = +username = password = contenttype = application/json authKey= authDate=2016-07-20T11:30:56-0700 host=: -topic=com.att.ecomp_test.crm.preDemo1 -#host=uebsb91bodc.it.att.com:3904 +topic=org.onap.dmaap.mr.preDemo1 partition=1 maxBatchSize=100 maxAgeMs=250 -AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler -AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler +AFT_DME2_EXCHANGE_REQUEST_HANDLERS=org.onap.dmaap.mr.dme.client.PreferredRouteRequestHandler +AFT_DME2_EXCHANGE_REPLY_HANDLERS=org.onap.dmaap.mr.dme.client.PreferredRouteReplyHandler AFT_DME2_REQ_TRACE_ON=true AFT_ENVIRONMENT=AFTUAT AFT_DME2_EP_CONN_TIMEOUT=15000 -- cgit 1.2.3-korg