docs: High-throughput, channel handling and Mosquitto UNSUBACK notes - #119
Open
danielmeza wants to merge 1 commit into
Open
danielmeza wants to merge 1 commit into
danielmeza wants to merge 1 commit into
Conversation
Adds three documents describing the message-processing model used by the UI: - docs/high-throughput-guide.md - why dispatcher pressure appears above a few thousand messages/second and how channel ingestion plus Rx buffering solves it. - docs/channel-handling.md - channel full modes, packet inspection constraints, counters and pipeline lifecycle. - docs/mosquitto-unsuback-dropped-issue.md - broker-side bug where UNSUBACK packets are dropped when the outgoing queue is full. Documentation only, no code changes.
danielmeza
force-pushed
the
docs/high-throughput-and-channel-handling
branch
from
August 28, 2026 05:24
8664dcf to
4bc270a
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split out of #118, per @chkr1011's request for smaller per-topic PRs.
Documentation only — no code changes, nothing to build.
docs/high-throughput-guide.md— why dispatcher pressure shows up above a few thousand messages/second, and the channel + Rx buffering model used to fix it.docs/channel-handling.md— channel full modes, packet inspection constraints, counters and pipeline lifecycle.docs/mosquitto-unsuback-dropped-issue.md— broker-side bug where UNSUBACK packets are dropped when the outgoing queue is full.These describe the design implemented in #118. Merging this first keeps that PR to code only.