aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/parameters/TopicParameters_missing_mandatory.json
blob: 216c11ec8bd09fcbe18d5c2520bf88941b0dc406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "topicSources" : [ {
        "topic" : "policy-pdp-pap1",
        "servers" : [],
        "topicCommInfrastructure" : "kafka"
    }],
    "topicSinks" : [ {
        "topic" : "policy-pdp-pap2",
        "servers" : [ "kafka1, kafka2" ],
        "topicCommInfrastructure" : "kafka"
    }]
}