RDSC-4603 Update RDI public documentation#3262
Merged
Merged
Conversation
|
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset. In case there are security findings, they will be communicated to you as a comment inside the PR. Hope you’ll enjoy using Jit. Questions? Comments? Want to learn more? Get in touch with us. |
andy-stark-redis
approved these changes
May 5, 2026
Contributor
andy-stark-redis
left a comment
There was a problem hiding this comment.
A couple of minor suggestions but otherwise LGTM.
|
|
||
| The classic processor silently ignores `processors.advanced`, so keeping | ||
| both top-level properties and their `processors.advanced` equivalents lets | ||
| you switch back without further edits. |
Contributor
There was a problem hiding this comment.
Suggested change
| you switch back without further edits. | |
| you switch back without further edits. Likewise, the Flink processor silently ignores the settings that only apply under classic. |
Contributor
Author
There was a problem hiding this comment.
I proposed a slightly different sentence, hopefully still ok.
…ne-config.md Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
ZdravkoDonev-redis
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See https://redislabs.atlassian.net/browse/RDSC-4603 and https://github.com/RedisLabs/redis-data-integration/pull/2565
Note
Low Risk
Documentation-only changes, but they introduce new guidance around processor selection, configuration, and migration that could mislead users if inaccurate.
Overview
Adds end-to-end documentation for the Preview Flink stream processor: new
classic-vs-flinkcomparison page, a migration guide, and architecture/config docs explaining per-pipeline selection viaprocessors.type(defaulting toclassic).Updates pipeline configuration and transformation references to document Flink-specific behavior and limitations (notably
hash/jsonoutputs only), and introduces expression/lookup caching docs via a newcacheblock plus examples.Refreshes installation/upgrade, FAQ, release notes, and observability docs to reflect Flink-specific images and Prometheus scraping (JobManager/TaskManager metrics vs
rdi-metrics-exporter), and clarifies “when to use RDI” throughput/data-size assumptions for classic vs Flink.Reviewed by Cursor Bugbot for commit b69be3e. Bugbot is set up for automated code reviews on this repo. Configure here.