diff options
Diffstat (limited to 'common/src/main/resources/dmaap')
-rw-r--r-- | common/src/main/resources/dmaap/default-consumer.properties | 2 | ||||
-rw-r--r-- | common/src/main/resources/dmaap/default-publisher.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/src/main/resources/dmaap/default-consumer.properties b/common/src/main/resources/dmaap/default-consumer.properties index 4d2ecce068..f19b64242d 100644 --- a/common/src/main/resources/dmaap/default-consumer.properties +++ b/common/src/main/resources/dmaap/default-consumer.properties @@ -10,7 +10,7 @@ SubContextPath=/events/ Protocol=http MethodType=GET contenttype=application/json -host=http://olsd005.wnsnet.attws.com:3904 +host=http://localhost:3904 partition=MSO maxBatchSize=100 maxAgeMs=250 diff --git a/common/src/main/resources/dmaap/default-publisher.properties b/common/src/main/resources/dmaap/default-publisher.properties index af1b481165..6d9be7528d 100644 --- a/common/src/main/resources/dmaap/default-publisher.properties +++ b/common/src/main/resources/dmaap/default-publisher.properties @@ -10,7 +10,7 @@ SubContextPath=/events/ Protocol=http MethodType=POST contenttype=application/json -host=http://olsd005.wnsnet.attws.com:3904 +host=http://localhost:3904 partition=MSO maxBatchSize=100 maxAgeMs=250 |