We are trying to read messages from Kafka cluster(AWS MSK) and produce events using Knative eventing.
Everything in sink and works well if the MSK brokers have no authentication, But failed to communicate/connect MSK from KafkaSource if SASL authentication enabled.
We have followed steps for SASL authentication as mentioned in the below blog :
https://knative.dev/docs/eventing/sources/kafka-source/#enabling-sasl-for-kafkasources
Please suggest a way to connect to MKS brokers having SASL enabled from KafkaSource