aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedKafkaTopicSourceTest.json
blob: a101d235ec0a1ffd0b6791a25b8ead510955dacc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "servers": [
    "localhost:9092",
    "10.1.2.3:9092"
  ],
  "topic": "my-topic",
  "effectiveTopic": "my-effective-topic",
  "recentEvents": [],
  "alive": false,
  "locked": false,
  "useHttps": false,
  "allowTracing": false,
  "topicCommInfrastructure": "KAFKA",
  "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;"
  }
}