How to connect confluent kafka cluster(Cloud) from Mule 3 kafka connector ? Because i am seeing only Bootstrap Server URL and other options for Producer and Consumer properties only. So there is no option to configure for below details.
security.protocol=SASL_SSL
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule
required username='{{ CLUSTER_API_KEY }}'
password='{{ CLUSTER_API_SECRET }}';
sasl.mechanism=PLAI
Is it possible to connect cloud cluster from Mule 3 Kafka connector ?
Appreciate your help.
question from:
https://stackoverflow.com/questions/65854777/how-to-connect-cloud-kafka-cluster-from-mule-3 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…