Skip to content
Merged
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
2 changes: 2 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-list.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-set.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-status.adoc[]
**** xref:reference:rpk/rpk-cluster/rpk-cluster-connections.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-connections-list.adoc[]
**** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc[]
**** xref:reference:rpk/rpk-cluster/rpk-cluster-info.adoc[]
Expand Down
4 changes: 4 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This page lists new features added to Redpanda Cloud.

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.

=== Connected client monitoring

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.

=== Redpanda Connect updates

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.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= Configure Client Connections
:page-aliases: manage:cluster-maintenance/configure-availability.adoc
:description: Learn about guidelines for configuring client connections in Redpanda clusters for optimal availability.

include::ROOT:manage:cluster-maintenance/configure-client-connections.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk cluster connections list

include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-connections-list.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk cluster connections

include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-connections.adoc[tag=single-source]