Top
Best
New

Posted by fcravio 1 day ago

State-oriented consistency: Why we stopped looking for one right answer(keel-iot.eu)
14 points | 6 comments
fcravio 1 day ago
Author here. This came out of a production OOM in a clustered MQTT broker. The main lesson was that we had been treating different kinds of distributed state as though they all required the same consistency guarantee. Happy to discuss the incident, the ownership model, or the design trade-offs.
mihvoi 1 day ago||
Indeed, one should choose the the lowest consistency guaranties that are required - to favor scalability and availability.

Some more thoughts on minimum requirements for a read-after-write consistency: https://software.mihvoi.ro/2026/04/2-flow-consistency-read-y...

fcravio 1 day ago||
[dead]
scrubs 1 day ago|||
I like the article. Well written with a point made. Thanks
fcravio 1 day ago||
Thanks! Really glad you enjoyed it and that the main point came through clearly.
whitten 1 day ago||
What is MQTT ?
fcravio 1 day ago||
MQTT is a lightweight publish/subscribe protocol commonly used for IoT. Devices publish messages to topics through a broker, and subscribers receive messages from the topics they follow. Keel MQTT Gateway is the clustered MQTT broker discussed in the article