Skip to content

Commit 9d58ab1

Browse files
JakeSCahillclaude
andauthored
docs: add string_split processor to Cloud (#547)
* docs: add string_split processor to Cloud Added new string_split processor (available in Redpanda Connect 4.86.0) to Cloud documentation. Changes: - Created processor page with include directive from redpanda-connect - Added to navigation (alphabetically after split) - Added to April 2026 what's new section - Included page alias for backward compatibility The string_split processor splits strings into multiple parts using a delimiter, creating new messages or fields for each part. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix nav ordering for string_split processor Move string_split processor to correct alphabetical position after sql_select (before switch). Previously placed between split and sql_insert which broke alphabetical ordering. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a93a39a commit 9d58ab1

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@
307307
**** xref:develop:connect/components/processors/sql_insert.adoc[]
308308
**** xref:develop:connect/components/processors/sql_raw.adoc[]
309309
**** xref:develop:connect/components/processors/sql_select.adoc[]
310+
**** xref:develop:connect/components/processors/string_split.adoc[]
310311
**** xref:develop:connect/components/processors/switch.adoc[]
311312
**** xref:develop:connect/components/processors/sync_response.adoc[]
312313
**** xref:develop:connect/components/processors/text_chunker.adoc[]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= string_split
2+
:page-aliases: components:processors/string_split.adoc
3+
4+
include::redpanda-connect:components:processors/string_split.adoc[tag=single-source]

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ GBAC is available for BYOC and Dedicated clusters. In addition to the predefined
1919

2020
Serverless clusters now support up to 100 Redpanda Connect pipelines and 100 MCP servers. See xref:get-started:cluster-types/serverless.adoc#_serverless_usage_limits[Serverless usage limits].
2121

22+
=== Redpanda Connect updates
23+
24+
* Processors:
25+
** 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.
26+
2227
== March 2026
2328

2429
=== Redpanda Connect updates

0 commit comments

Comments
 (0)