I need help because I'm new about kafka and mqtt. I'im using docker compose to create an architecture for the communication between Mosquitto broker and Kakfa
I'm also using the connector provided by confluent Kafka Connect MQTT ( https://www.confluent.io/hub/confluentinc/kafka-connect-mqtt)
It work well for the commnunication over port 1883 but whe I tried to use MQTT connection over port 8883, it fails because it can't find any certificate.
Does anyone know how configure Kafka Connect MQTT? what kind of certificates are necessry (*.crt doesn't work)?
Thanks in advance, Luca