diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 78d6a9346..f32c16bb0 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -421,6 +421,7 @@ **** xref:manage:audit-logging/audit-log-samples.adoc[] *** xref:manage:cluster-maintenance/about-throughput-quotas.adoc[] *** xref:manage:cluster-maintenance/manage-throughput.adoc[] +*** xref:manage:cluster-maintenance/fetch-read-coalescing.adoc[Fetch Read Coalescing] *** xref:manage:cluster-maintenance/configure-availability.adoc[] ** xref:manage:mountable-topics.adoc[] ** xref:manage:iceberg/index.adoc[Iceberg] diff --git a/modules/manage/pages/cluster-maintenance/fetch-read-coalescing.adoc b/modules/manage/pages/cluster-maintenance/fetch-read-coalescing.adoc new file mode 100644 index 000000000..d2f219759 --- /dev/null +++ b/modules/manage/pages/cluster-maintenance/fetch-read-coalescing.adoc @@ -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:manage:cluster-maintenance/fetch-read-coalescing.adoc[tag=single-source]