paxbench.blogg.se

Ets 5 plugins
Ets 5 plugins













Handle TCP and WebSocket connections, encode/decode MQTT packets.

  • Stream MQTT messages to various backends including MQ or databases.
  • Separate the Message Flow Plane and the Control/Management Plane.
  • Layered Design: Connection, Session, PubSub and Router Layers.
  • Embrace Erlang/OTP, The Soft-Realtime, Low-Latency, Concurrent and Fault-Tolerant Platform.
  • Focus on handling millions of MQTT connections and routing MQTT messages between clustered nodes.
  • ets 5 plugins

    The EMQ 2.0 seperated the Message Flow Plane and Monitor/Control Plane, the Architecture is something like: Compared to a network router that routes packets based on IP or MPLS label, the EMQ broker routes MQTT messages based on topic trie.

    ets 5 plugins

    The EMQ broker 1.0 is more like a network Switch or Router, not a traditional enterprise message queue.















    Ets 5 plugins