7 "effectiveTopic": "my-effective-topic",
12 "allowTracing": false,
13 "topicCommInfrastructure": "KAFKA",
14 "partitionKey": "my-partition",
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;"