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