Skip to content

Commit e546332

Browse files
authored
Add single-sourced connected client monitoring docs (#459)
* Rename file for consistency with Self-managed * Update playbook for single-sourced content * Add connected client monitoring single sourced content * Sync with docs main (25.3) * Update include directive since 25.3 beta is now in main
1 parent 34810bb commit e546332

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

modules/ROOT/nav.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,8 @@
514514
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-list.adoc[]
515515
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-set.adoc[]
516516
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-status.adoc[]
517+
**** xref:reference:rpk/rpk-cluster/rpk-cluster-connections.adoc[]
518+
***** xref:reference:rpk/rpk-cluster/rpk-cluster-connections-list.adoc[]
517519
**** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs.adoc[]
518520
***** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc[]
519521
**** xref:reference:rpk/rpk-cluster/rpk-cluster-info.adoc[]

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

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

1313
You can now create xref:get-started:cluster-types/serverless.adoc[Serverless clusters] on Google Cloud Platform (GCP). Serverless on GCP is in a glossterm:beta[] release.
1414

15+
=== Connected client monitoring
16+
17+
You can view details about Kafka client connections using `rpk` or the Data Plane API. This allows you to view detailed information about active client connections on a cluster, and identify and troubleshoot problematic clients. For more information, see the xref:manage:cluster-maintenance/manage-throughput.adoc#view-connected-client-details[connected client details] example in the Manage Throughput guide.
18+
1519
=== Redpanda Connect updates
1620

1721
Redpanda Connect provides a simplified xref:develop:connect/connect-quickstart.adoc[quickstart] experience in the UI that helps you to start building data pipelines. The quickstart wizard creates pipelines to stream data into and out of Redpanda, populating the required YAML configuration automatically.

modules/manage/pages/cluster-maintenance/configure-availability.adoc

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
= Configure Client Connections
2+
:page-aliases: manage:cluster-maintenance/configure-availability.adoc
3+
:description: Learn about guidelines for configuring client connections in Redpanda clusters for optimal availability.
4+
5+
include::ROOT:manage:cluster-maintenance/configure-client-connections.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= rpk cluster connections list
2+
3+
include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-connections-list.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= rpk cluster connections
2+
3+
include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-connections.adoc[tag=single-source]

0 commit comments

Comments
 (0)