Confluent Cloud TriggerAuthentication RC2 #1299
-
I had a TriggerAuthentication working with KEDA 1.5 formed by:
Now I'm testing with KEDA 2.0.0-RC2 and I'm not sure how to replace sasl_ssl with one of the options available in documentation for the sasl field with my existing confluent configuration. I've tried with the three mentioned: plaintext, scram_sha256 or scram_sha512. I see this error in the operator:
Same cluster with version 1.5 works fine, if I trigger the job manually it can reach and consume from confluent cluster, etc. Any hint? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
you can try |
Beta Was this translation helpful? Give feedback.
you can try
sasl: plaintext
(and specifyusername
andpassword
) andtls: enable