Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] A non-centralize Mosquitto cluster design.

Hi all,
  I am try to renovation my MQTT cluster which use Mosquitto as the broker, our Subscriber and Publisher are intelligent household electrical appliances and Mobile phones, the actual scenario is that each appliances subscribe some topics after network configuration as Subscriber, and almost no longger subscriber for new topics. As Publisher, the appliances may report its status each several minutes.
I have deployed two cluster schemes,
1. use Mosquitto bridge. But the bridge often crash due to heavy traffic;
2. each appliance push message to a webserver, and the webserver broadcast the PUBLISH messages to each nodes in the cluster, this is also not a good cluster design.

  So I am thinking for a new kind of Mosquitto cluster architecture, which is non-centralization, means there is no leader node inside the cluster.
  Attached is the architecture design presentation and implemented code, could you give me some advise?
P.S my codes are wrapped with #ifdef WITH_EPOLL_V2 and #ifdef WITH_CLUSTER, currently only implement on raw MQTT, I means without websockets and TLS/SSL.


 

Attachment: thinking_of_cluster.pptx
Description: MS-Powerpoint 2007 presentation

Attachment: mosquitto-epoll-v2.tar.gz
Description: GNU Zip compressed data


Back to the top