-
I'm trying to setup MM2 between Confluent Kafka and Strimzi Kafka on AKS cloud. The MM2 YAML that I'm using is -
The error log that I'm getting is -
I have tried producing and consuming from Confluent using the same credentials and it was working fine. I also came upon a similar case on the discussion forum but couldn't find any solution - #6988. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
The Confluent cluster configuration is as follows - security.protocol=SASL_SSL We're using API Key and Password provided by confluent to connect to the kafka cluster for production and consumption. |
Beta Was this translation helpful? Give feedback.
-
Often suggests that you are trying to connect without encryption to a TLS interface. Are you sure Confluent Cloud does not use TLS? |
Beta Was this translation helpful? Give feedback.
Often suggests that you are trying to connect without encryption to a TLS interface. Are you sure Confluent Cloud does not use TLS?