thingsboard / tbmq

Open-source, scalable, and fault-tolerant MQTT broker able to handle 4M+ concurrent client connections, supporting at least 3M messages per second throughput per single cluster node with low latency delivery. The cluster mode supports more than 100M concurrently connected clients.
https://thingsboard.io/products/mqtt-broker/
Apache License 2.0
594 stars 49 forks source link

Moved utils classes to common.data.util & moved BrokerConstants from common.util to common.data #161

Closed ShvaykaD closed 2 months ago

ShvaykaD commented 2 months ago

Pull Request description

Moved util classes to common.data package to address the next todo item in the BytesUtil class:

image

General checklist

Front-End feature checklist

Back-End feature checklist