aboutsummaryrefslogtreecommitdiffstats
path: root/models-sim/policy-models-simulators/src/test/resources/missingSink.json
blob: e7d63e04f008d36c37ce1757487c6f44dcb17e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "dmaapProvider": {
        "name": "DMaaP simulator",
        "topicSweepSec": 300,
        "restServerParameters": {

        }
    },
    "topicSources": [
        {
            "topic": "APPC-LCM-WRITE",
            "servers": ["localhost"],
            "port": 3905,
            "topicCommInfrastructure": "DMAAP",
            "https": true
        }
    ],
    "topicServers": [
        {
            "name": "APPC-LCM simulator",
            "providerClass": "org.onap.policy.simulators.AppcLcmTopicServer",
            "sink": "APPC-LCM-READ",
            "source": "APPC-LCM-WRITE"
        }
    ]
}