Skip to content

Commit b83d30a

Browse files
Add RPCN components to Cloud docs (#346)
* Add RPCN components to Cloud docs * fix nav & update playbook * minor coderabbit suggestions * testing spacing * Delete modules/develop/pages/connect/components/inputs/http_server.adoc * Update modules/ROOT/nav.adoc * add new components to what's new, revert playbook --------- Co-authored-by: Jake Cahill <[email protected]>
1 parent 7ed61bb commit b83d30a

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
lines changed

modules/ROOT/nav.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
**** xref:develop:connect/components/inputs/gcp_bigquery_select.adoc[]
105105
**** xref:develop:connect/components/inputs/gcp_cloud_storage.adoc[]
106106
**** xref:develop:connect/components/inputs/gcp_pubsub.adoc[]
107+
**** xref:develop:connect/components/inputs/gcp_spanner_cdc.adoc[]
107108
**** xref:develop:connect/components/inputs/generate.adoc[]
108109
**** xref:develop:connect/components/inputs/http_client.adoc[]
109110
**** xref:develop:connect/components/inputs/inproc.adoc[]
@@ -190,6 +191,7 @@
190191
**** xref:develop:connect/components/outputs/schema_registry.adoc[]
191192
**** xref:develop:connect/components/outputs/sftp.adoc[]
192193
**** xref:develop:connect/components/outputs/slack_post.adoc[]
194+
**** xref:develop:connect/components/outputs/slack_reaction.adoc[]
193195
**** xref:develop:connect/components/outputs/snowflake_put.adoc[]
194196
**** xref:develop:connect/components/outputs/snowflake_streaming.adoc[]
195197
**** xref:develop:connect/components/outputs/splunk_hec.adoc[]
@@ -293,6 +295,7 @@
293295
**** xref:develop:connect/components/caches/nats_kv.adoc[]
294296
**** xref:develop:connect/components/caches/noop.adoc[]
295297
**** xref:develop:connect/components/caches/redis.adoc[]
298+
**** xref:develop:connect/components/caches/redpanda.adoc[]
296299
**** xref:develop:connect/components/caches/ristretto.adoc[]
297300
**** xref:develop:connect/components/caches/sql.adoc[]
298301
**** xref:develop:connect/components/caches/ttlru.adoc[]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= redpanda
2+
:page-aliases: components:caches/redpanda.adoc
3+
include::redpanda-connect:components:caches/redpanda.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= gcp_spanner_cdc
2+
:page-aliases: components:inputs/gcp_spanner_cdc.adoc
3+
include::redpanda-connect:components:inputs/gcp_spanner_cdc.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= slack_reaction
2+
:page-aliases: components:outputs/slack_reaction.adoc
3+
include::redpanda-connect:components:outputs/slack_reaction.adoc[tag=single-source]

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ This page lists new features added to Redpanda Cloud.
1313

1414
xref:develop:connect/about.adoc[Redpanda Connect] is now generally available (GA) in all Redpanda Cloud clusters: BYOC (including BYOVPC/BYOVNet), Dedicated, and Serverless.
1515

16-
xref:develop:connect/components/catalog.adoc[Choose from a range of connectors, processors, and other components] to quickly build and deploy streaming data pipelines or AI applications from the xref:develop:connect/connect-quickstart.adoc[Cloud UI] or using the pass:a,m[xref:{tag-pipeline-service}[Data Plane API\]]. Comprehensive metrics, monitoring, and per pipeline scaling are also available. To start using Redpanda Connect, xref:develop:connect/connect-quickstart.adoc[try this quickstart].
16+
=== Redpanda Connect updates
17+
18+
The latest release of Redpanda Connect includes the following updates for Redpanda Cloud:
19+
20+
* The xref:develop:connect/components/inputs/gcp_spanner_cdc.adoc[GCP Spanner CDC] component lets you capture changes from Google Cloud Spanner and stream them into Redpanda. You can use the GCP Spanner CDC input component to ingest data from GCP Spanner databases, enabling real-time data processing and analytics.
21+
* The xref:develop:connect/components/outputs/slack_reaction.adoc[Slack Reaction] component lets you send messages to a Slack channel in response to events in Redpanda. You can use the Slack Reaction output component to create alerts, notifications, or other automated responses based on data changes in Redpanda.
22+
* The xref:develop:connect/components/caches/redpanda.adoc[Redpanda Cache] component lets you cache data in Redpanda, improving performance and reducing latency for data access. You can use the Redpanda cache component to store frequently accessed data, such as configuration settings or user profiles, in Redpanda.
1723

1824
For more detailed information about recent component updates, see xref:redpanda-connect:ROOT:whats_new_rpcn.adoc[What's New in Redpanda Connect].
1925

0 commit comments

Comments
 (0)