38cc2f8e88792f52a294d5f498a8b491e1e0dd93
[policy/common.git] /
1 {
2   "servers": [
3     "localhost:9092",
4     "10.1.2.3:9092"
5   ],
6   "topic": "my-topic",
7   "effectiveTopic": "my-effective-topic",
8   "recentEvents": [],
9   "alive": false,
10   "locked": false,
11   "useHttps": false,
12   "topicCommInfrastructure": "KAFKA",
13   "additionalProps": {
14     "security.protocol": "SASL_PLAINTEXT",
15     "sasl.mechanism": "SCRAM-SHA-512",
16     "sasl.jaas.config": "org.apache.kafka.common.security.plain.PlainLoginModule required username=abc password=abc serviceName=kafka;"
17   }
18 }