Standalone TCA with EELF Logger
[dcaegen2/analytics/tca-gen2.git] / dcae-analytics / dcae-analytics-test / src / main / resources / data / json / dmaap / dmaap_config.json
1 {
2   "dmaap_subscribers": [
3     {
4       "id": "subscriber1",
5       "type": "message_router",
6       "url": "https://HOSTNAME:3905/events/DcaeTestVESSub1",
7       "username": "username",
8       "password": "password",
9       "message_limit": -1,
10       "timeout": 30000,
11       "consumer_group": "cg1",
12       "consumers": [
13         "c1",
14         "c2"
15       ],
16       "polling_strategy": {
17         "fixedRate": 30000
18       },
19       "proxy_url": "https//user:password@proxyhost:proxyport"
20     },
21     {
22       "id": "subscriber2",
23       "type": "message_router",
24       "url": "https://HOSTNAME:3905/events/DcaeTestVESSub2",
25       "username": "username",
26       "password": "password",
27       "message_limit": 50000,
28       "timeout": 30000,
29       "consumer_group": "cg2",
30       "consumers": [
31         "c1",
32         "c2"
33       ],
34       "polling_strategy": {
35         "auto_adjusting": {
36           "minimum": 20000,
37           "step_up": 20000,
38           "maximum": 120000,
39           "step_down": 100000
40         }
41       }
42     }
43   ],
44   "dmaap_publishers": [
45     {
46       "id": "publisher1",
47       "type": "message_router",
48       "url": "https://HOSTNAME:3905/events/DcaeTestVESPub1",
49       "username": "username",
50       "password": "password",
51       "batching": {
52         "enabled": true,
53         "maximum_messages": 10,
54         "maximum_time": 20000
55       }
56     },
57     {
58       "id": "publisher2",
59       "type": "message_router",
60       "url": "https://HOSTNAME:3905/events/DcaeTestVESPub1",
61       "username": "username",
62       "password": "password",
63       "batching": {
64         "enabled": false
65       }
66     }
67   ]
68 }