aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineKafkaTopicSinkTest.json
blob: dc1f1f75c1aadde2658d909a9d819e75b3850496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "servers": [
    "svra",
    "svrb"
  ],
  "topic": "my-topic",
  "effectiveTopic": "my-effective-topic",
  "recentEvents": [],
  "alive": false,
  "locked": false,
  "useHttps": false,
  "allowTracing": false,
  "topicCommInfrastructure": "KAFKA",
  "partitionKey": "my-partition",
  "additionalProps": {
    "security.protocol": "SASL_PLAINTEXT",
    "sasl.mechanism": "SCRAM-SHA-512",
    "sasl.jaas.config": "org.apache.kafka.common.security.plain.PlainLoginModule required username=abc password=abc serviceName=kafka;"
  }
}