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
92 stars 21 forks source link

Hotfix/UUID #319

Closed vanch3d closed 4 months ago

vanch3d commented 4 months ago

Motivation

self.crypto.randomUUID() used to generate UUID requires HTTPS connection. which might not be guaranteed in a Edge deployment. Replacing the API by a third-party library, https://github.com/uuidjs/uuid