aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineKafkaTopicSinkTest.json
blob: 7c512a8705e87634dd13c96d2b4f4cb65ae5441b (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "servers" : [ "svra", "svrb" ],
  "topic" : "my-topic",
  "effectiveTopic" : "my-effective-topic",
  "recentEvents" : [ ],
  "alive" : false,
  "locked" : false,
  "useHttps" : true,
  "topicCommInfrastructure" : "KAFKA",
  "partitionKey" : "my-partition"
}