aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineBusTopicSinkTest.json
blob: 1f2fb55fdb1653cffce9aefd0783a5a7965e1b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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,
  "topicCommInfrastructure" : "NOOP",
  "partitionKey" : "my-partition"
}