Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@
** xref:develop:consume-data/index.adoc[Consume Data]
*** xref:develop:consume-data/consumer-offsets.adoc[Consumer Offsets]
*** xref:develop:consume-data/follower-fetching.adoc[Follower Fetching]
*** xref:develop:consume-data/fetch-read-coalescing.adoc[Fetch Read Coalescing]
*** xref:develop:consume-data/paginate-messages-events.adoc[]
** xref:develop:http-proxy.adoc[]
** xref:develop:cloud-mcp/index.adoc[Cloud Management MCP Server]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Fetch Read Coalescing
:description: Reduce redundant read CPU and fetch-response memory under high consumer fan-out by sharing one read result across concurrent fetches of the same data.

include::streaming:develop:consume-data/fetch-read-coalescing.adoc[tag=single-source]
Loading