{ "dmaapProvider": { "name": "DMaaP simulator", "topicSweepSec": 300, "restServerParameters": { } }, "topicSinks": [ { "topic": "APPC-LCM-READ", "servers": ["localhost"], "port": 3905, "topicCommInfrastructure": "DMAAP", "https": true } ], "topicSources": [ { "topic": "APPC-LCM-WRITE", "servers": ["localhost"], "port": 3905, "topicCommInfrastructure": "DMAAP", "https": true } ], "topicServers": [ { "name": "Invalid Topic simulator", "providerClass": "org.onap.policy.simulators.InvalidTopicServer", "sink": "APPC-LCM-READ", "source": "APPC-LCM-WRITE" } ] }