Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 77 words in the discussion.

Trending Topics

#mqtt#broker#clustered#publish#messages#topics#author#here#came#production

Discussion (3 Comments)Read Original on HackerNews

fcravio•about 3 hours 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.
whitten•about 1 hour ago
What is MQTT ?
fcravio•about 1 hour 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