简体   繁体   中英

How can I use “MQTT protocol with Kafka as a broker”?

I want to implement a chat application which uses "MQTT protocol" in order to send messages from the device(Android phone). I need a "Kafka broker" which would run on the server and listen to these messages. For this, I need an MQTT proxy, but even after googling a lot I could not find any open source MQTT proxy . Please suggest if there is an open source MQTT proxy. And if not, then, is it possible to implement one of my own?

There is an MQTT Proxy from Confluent , but it is not open source. You can use it free against a single broker, or 30-day trial for a cluster of more than one broker.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM