Skip to content

Commit 9f3afa1

Browse files
DOC-712 Cloud leader pinning (#131)
* DOC-712 Cloud leader pinning * Update local-antora-playbook.yml * Update local-antora-playbook.yml * fix env-cloud * remove categories * add to What's New in Cloud * remove 24.3 beta from include directive --------- Co-authored-by: Jake Cahill <[email protected]>
1 parent 59ff2af commit 9f3afa1

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

local-antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ content:
1515
- url: .
1616
branches: HEAD
1717
- url: https://github.com/redpanda-data/documentation
18-
branches: [main, v/*, v-WIP/24.3, api, shared, site-search]
18+
branches: [main, v/*, 'DOC-773-single-source-leader-pinning', api, shared, site-search]
1919
- url: https://github.com/redpanda-data/redpanda-labs
2020
branches: main
2121
start_paths: [docs,'*/docs']

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@
311311
** xref:develop:produce-data/index.adoc[Produce Data]
312312
*** xref:develop:produce-data/configure-producers.adoc[]
313313
*** xref:develop:produce-data/idempotent-producers.adoc[Idempotent Producers]
314+
*** xref:develop:produce-data/leader-pinning.adoc[]
314315
** xref:develop:consume-data/index.adoc[Consume Data]
315316
*** xref:develop:consume-data/consumer-offsets.adoc[Consumer Offsets]
316317
*** xref:develop:consume-data/follower-fetching.adoc[Follower Fetching]
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
= Follower Fetching
22
:page-categories: Clients, Development
3-
43
include::ROOT:develop:consume-data/follower-fetching.adoc[tag=single-source]
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= Configure Producers
22
:page-aliases: development:configure-producers.adoc
33
:page-categories: Clients, Development
4-
54
include::ROOT:develop:produce-data/configure-producers.adoc[tag=single-source]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
= Leader Pinning
2+
include::ROOT:develop:produce-data/leader-pinning.adoc[tag=single-source]

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ This page lists new features added in Redpanda Cloud.
1313

1414
Redpanda Connect is now available on Dedicated clusters. This is a limited availability (LA) release. xref:develop:connect/configuration/secret-management.adoc[Secret management] is also available on BYOC, Dedicated, and Serverless clusters so that you can add secrets to your pipelines without exposing them.
1515

16+
=== Leader pinning
17+
18+
For a Redpanda cluster deployed across multiple availability zones (AZs), xref:develop:produce-data/leader-pinning.adoc[leader pinning] ensures that a topic's partition leaders are geographically closer to clients. Leader pinning can lower networking costs and help guarantee lower latency by routing produce and consume requests to brokers located in certain AZs.
19+
1620
== November 2024
1721

1822
=== Customer-managed VPC on AWS: beta

0 commit comments

Comments
 (0)