aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.json
blob: 483804267230ae9fc41c27754ca2cdca2d8e920c (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "locked" : false,
  "alive" : false,
  "topicSources" : [ {
    "servers" : [ "my-server" ],
    "topic" : "ueb-source",
    "effectiveTopic" : "my-effective-topic",
    "recentEvents" : [ ],
    "alive" : false,
    "locked" : false,
    "apiKey" : "my-api-key",
    "apiSecret" : "my-api-secret",
    "useHttps" : true,
    "allowTracing": false,
    "allowSelfSignedCerts" : true,
    "consumerGroup" : "${obj.topicSources[0].consumerGroup}",
    "consumerInstance" : "${obj.topicSources[0].consumerInstance}",
    "fetchTimeout" : 101,
    "fetchLimit" : 100,
    "topicCommInfrastructure" : "UEB"
  },
    {
    "servers" : [ "my-server" ],
    "topic" : "noop-source",
    "effectiveTopic" : "noop-source",
    "recentEvents" : [ ],
    "alive" : false,
    "locked" : false,
    "topicCommInfrastructure" : "NOOP"
  } ],
  "topicSinks" : [ {
    "servers" : [ "my-server" ],
    "topic" : "ueb-sink",
    "effectiveTopic" : "my-effective-topic",
    "recentEvents" : [ ],
    "alive" : false,
    "locked" : false,
    "apiKey" : "my-api-key",
    "apiSecret" : "my-api-secret",
    "useHttps" : true,
    "allowTracing": false,
    "allowSelfSignedCerts" : true,
    "topicCommInfrastructure" : "UEB",
    "partitionKey" : "${obj.topicSinks[0].partitionKey}"
  },
    {
    "servers" : [ "my-server" ],
    "topic" : "noop-sink",
    "effectiveTopic" : "noop-sink",
    "recentEvents" : [ ],
    "alive" : false,
    "locked" : false,
    "topicCommInfrastructure" : "NOOP"
  } ]
}