Initial TCA commit into DCAEGEN2
[dcaegen2/analytics/tca.git] / dcae-analytics-it / src / test / resources / env / dev.properties
1 #
2 # ===============================LICENSE_START======================================
3 #  dcae-analytics
4 # ================================================================================
5 #    Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 #  Licensed under the Apache License, Version 2.0 (the "License");
8 #  you may not use this file except in compliance with the License.
9 #   You may obtain a copy of the License at
10 #
11 #          http://www.apache.org/licenses/LICENSE-2.0
12 #
13 #  Unless required by applicable law or agreed to in writing, software
14 #  distributed under the License is distributed on an "AS IS" BASIS,
15 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 #  See the License for the specific language governing permissions and
17 #  limitations under the License.
18 #  ============================LICENSE_END===========================================
19 #
20
21 #DMaaP MR Subscriber properties
22 dmaap.mr.subscriber.hostname=mrlocal-mtnjftle01.homer.com
23 dmaap.mr.subscriber.portNumber=3905
24 dmaap.mr.subscriber.topicName=com.dcae.dmaap.dev.DcaeTestVESSub
25 dmaap.mr.subscriber.protocol=https
26 dmaap.mr.subscriber.username=USER
27 dmaap.mr.subscriber.userPassword=PASSWORD
28 dmaap.mr.subscriber.contentType=application/json
29 dmaap.mr.subscriber.timeoutMS=-1
30 dmaap.mr.subscriber.messageLimit=-1
31 dmaap.mr.subscriber.pollingInterval=10000
32 dmaap.mr.subscriber.consumerId=C1
33 dmaap.mr.subscriber.consumerGroup=DCAEAnalytics-G1
34
35
36 #DMaaP MR Publisher properties
37 dmaap.mr.publisher.hostname=mrlocal-mtnjftle01.homer.com
38 dmaap.mr.publisher.portNumber=3905
39 dmaap.mr.publisher.topicName=com.dcae.dmaap.dev.DcaeTestVESPub
40 dmaap.mr.publisher.protocol=https
41 dmaap.mr.publisher.username=USER
42 dmaap.mr.publisher.userPassword=PASSWORD
43 dmaap.mr.publisher.contentType=application/json
44 dmaap.mr.publisher.pollingInterval=10000
45 dmaap.mr.publisher.maxBatchSize=1
46 dmaap.mr.publisher.maxRecoveryQueueSize=100000