42b7a0365ebc2a67d7fde5725c7f761879492cb7
[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   "topicCommInfrastructure": "KAFKA",
13   "partitionKey": "my-partition",
14   "additionalProps": {
15     "security.protocol": "SASL_PLAINTEXT",
16     "sasl.mechanism": "SCRAM-SHA-512",
17     "sasl.jaas.config": "org.apache.kafka.common.security.plain.PlainLoginModule required username=abc password=abc serviceName=kafka;"
18   }
19 }