Skip to content

Commit c5e5cda

Browse files
JakeSCahillclaude
authored andcommitted
docs: add arc output connector for cloud (#557)
* docs: add arc output connector for cloud Add arc output connector page and update whats-new with entry for the new cloud-supported connector. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * chore: temporarily reference auto-docs branch from rp-connect-docs Update playbook to reference the auto-docs/update-rpcn-connector-docs branch so the arc connector include can resolve during preview builds. This should be reverted to main once the rp-connect-docs PR is merged. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Update local-antora-playbook.yml * Update nav.adoc --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 093ecb9 commit c5e5cda

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171

172172
*** xref:develop:connect/components/outputs/about.adoc[]
173173
**** xref:develop:connect/components/outputs/amqp_0_9.adoc[]
174+
**** xref:develop:connect/components/outputs/arc.adoc[]
174175
**** xref:develop:connect/components/outputs/aws_dynamodb.adoc[]
175176
**** xref:develop:connect/components/outputs/aws_kinesis.adoc[]
176177
**** xref:develop:connect/components/outputs/aws_kinesis_firehose.adoc[]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= arc
2+
:page-aliases: components:outputs/arc.adoc
3+
include::redpanda-connect:components:outputs/arc.adoc[tag=single-source]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Serverless clusters now support up to 100 Redpanda Connect pipelines and 100 MCP
2222
=== Redpanda Connect updates
2323

2424
* The Redpanda Connect pipeline creation and editing workflow has been simplified. The new UI replaces the previous multi-page wizard with a visual pipeline diagram, an IDE-like configuration editor, slash commands for inserting variables, and inline links to component documentation. See the xref:develop:connect/connect-quickstart.adoc[Redpanda Connect quickstart] to try it out.
25+
* Outputs:
26+
** xref:develop:connect/components/outputs/arc.adoc[arc]: Send data to an Arc columnar analytical database using its high-performance MessagePack ingestion endpoint.
2527
* Processors:
2628
** xref:develop:connect/components/processors/string_split.adoc[string_split]: Splits strings into multiple parts using a delimiter, creating new messages or fields for each part.
2729

0 commit comments

Comments
 (0)