aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedUebTopicSourceTest.json
blob: 13ee6bc61f630ad8fc9bafe0500c2bff0480b495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "servers" : [ "svra", "svrb" ],
  "topic" : "my-topic",
  "effectiveTopic" : "my-effective-topic",
  "recentEvents" : [ ],
  "alive" : false,
  "locked" : false,
  "apiKey" : "my-api-key",
  "apiSecret" : "my-api-secret",
  "useHttps" : true,
  "allowTracing": true,
  "allowSelfSignedCerts" : true,
  "consumerGroup" : "my-cons-group",
  "consumerInstance" : "my-cons-inst",
  "fetchTimeout" : 101,
  "fetchLimit" : 100,
  "topicCommInfrastructure" : "UEB"
}