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