SINTEF-9012 / kafka-mqtt-source-connector

A connector plugin to use with Kafka's Connect API. It can be configured to map any topic from an mqtt broker to any topic on the Kafka broker. The connector can be configured to use SSL in communication with the mqtt broker.
MIT License
24 stars 17 forks source link

About this example #2

Closed mkuiwu closed 4 years ago

mkuiwu commented 4 years ago

Does this example require commercial components of EMQX? Is the open source version enough?

asmhug commented 4 years ago

Hi!

This example is only performed using the non-commercial (read: free) version of EMQX.

We are currently working on creating a robust large-scale version of this, with clustered EMQX and Kafka. This too, only using the free version of EMQX.

Good luck!

/Åsmund

mkuiwu commented 4 years ago

I see. I'm very optimistic about you.