Skip to content

1.1.0.Alpha1

Latest
Compare
Choose a tag to compare
@longkerdandy longkerdandy released this 05 Sep 05:02
· 11 commits to master since this release

This is the first release of Mithqtt

  • Fully compatible with MQTT v3.1.1 specification.
    • Support QoS 0, QoS 1, QoS 2.
    • Support session state and clean session.
    • Support session keepalive.
    • Support message delivery retry (when connect).
    • Support retain message.
    • Support topic name and topic filter (with wildcards).
    • Strong message ordering for each session.
  • Authentication and Authorization on Connect Publish Subscribe.
  • Distributed, decentralized, high availability. Eventually consistent on node state.
  • Redis based storage (support 2.8 and 3.x).
  • NATS based cluster implementation.
  • RESTful HTTP interface.