Pega 8 connectivity to MSK via Public Access and SASL/SCRAM
Hi, Greetings. I am trying to connect to MSK by enabling public access as well as using SASL/SCRAM, i have the below in properties file
security.protocol=SASL_SSL sasl.mechanism=SCRAM-SHA-512 sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required \ username="xxx" \ password="xx-xxx";
But i am getting
Could not connect to Kafka, reason: com.pega.dsm.kafka.api.KafkaConnectivityException: Error connecting to Kafka
Is there something i am missing? Can someone please help me with this?
Regards,
Bharat