Release Notes
R2 01-Feb-2023
3 min
we've made a lot of improvements and additions in the open source version of our mqtt broker https //github com/bytebeamio/rumqtt all of the latest advancements from it have been added to the cloud deployment new internals the internal architecture of rumqttd (broker) has been revamped broker internally maintains a commitlog that publishers write to and subscribers read from the earlier design maintained a copy of the entire commit log for each subscriber in this version, there is now only one copy of the commit log per filter for all subscribers to read from we maintain a read offset for subscribes into the commit log this drastically reduces memory usage when there are multiple subscribers subscribed on the same filter read about other changes to broker's internals in our blog post https //bytebeam io/blog/the rust based mqtt broker rumqtt gets new internals cl8d5ur0u650711mmnqn9elrxg/ improved logging with distributed tracing tracing support has been added to broker every log line emitted by the broker now contains contextual information and machine readable field structure logs are enriched with information like device id, packet and event types this means that logs can be used effectively with other programs filtering based on a field like client id, topic, tenants, etc or changing log levels can be done dynamically instead of restarting broker which would result in loosing old logs a demo of tracing and other related changes can be found in our blog post https //bytebeam io/blog/rumqtt release r18 traceability metering and native tls support clati1td2571801kpsqcjku5bj/ other changes mqtt v5 experimental support broker supports mqtt v5 for connects, publishes, and subscribes prometheus integration with this the broker exposes metrics on an endpoint your prometheus instance can scrape directly from

