Conversation
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>
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThree documentation files were updated to introduce the Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Adds the new
string_splitprocessor to Redpanda Cloud documentation. This processor was added in Redpanda Connect 4.86.0.Changes
✅ Processor page created:
modules/develop/pages/connect/components/processors/string_split.adoc✅ Navigation updated:
modules/ROOT/nav.adocsplitprocessor✅ What's New updated:
What is string_split?
The
string_splitprocessor splits strings into multiple parts using a delimiter, creating new messages or fields for each part. It's useful for:Testing
Related
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com