I have a question about connection between Eclipse Ditto, MQTT and Kafka.
It is possible to received data on Ditto via MQTT broker and then send this data on a kafka topic?
I have created a connection source on Ditto to consume message from broker but now I'm stuck on kafka side,
I think that I need to create a MQTT target connection to send data on a different topic and then create a connection source and target for Kafka, so in this way with the first type of connection (source) I can consume message from the topic and with target connection I can send the data on another topic.
Summary:
I need to consume data from MQTT broker with Ditto and then send this data on a kafka topic to store them in a time series db (InfluxDB).
I hope is all clear, any suggestions will be helpful, thanks!