Hi all, having another Kafka issue. We are able to...
# support
f
Hi all, having another Kafka issue. We are able to add the destination, but on trying to produce messages we are getting the following error:
Copy code
{
  "response": "could not publish to \"topic-name\": unexpected EOF: broker appears to be expecting TLS",
  "firstAttemptedAt": "2023-05-04T15:33:02.563Z",
  "content-type": ""
}
We are connecting to an AWS MSK via SASL with SSL (SHA-512)... Is anyone able to help with this?
i unblocked this by enabling SSL
🙌 1
g
Thank you for sharing the solution