hivemq / hivemq-edge

HiveMQ Edge is an MQTT gateway that enables interoperability between OT devices and IT systems. It translates diverse protocols into MQTT for streamlined communication and helps organize data into a unified namespace, making managing and streaming data across your infrastructure easier.
http://hivemq.com
Apache License 2.0
103 stars 22 forks source link

[latest] Refactor PublishFlowHander, so, now we have two clear distinct paths… #457

Closed tgracchus closed 3 months ago

tgracchus commented 3 months ago

… for Qos1 and Qos2, Qos1 is using a map while Qos2 is using the IncomingMessageFlowPersistence

Motivation

Resolves https://hivemq.kanbanize.com/ctrl_board/42/cards/22992/details/

Changes