RDSC-5610: Multi-source documentation - #3916
Open
stoyanr wants to merge 1 commit into
Open
Conversation
mich-elle-luna
requested review from
ZdravkoDonev-redis and
andy-stark-redis
September 4, 2026 14:14
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-5610
Enhances #3841 with numerous changes and additions. I couldn't update the original PR since I don't have write permissions to this repository.
Note
Low Risk
Documentation-only changes; no application code. Incorrect secret or API migration steps could confuse operators, but the content describes existing RDI behavior rather than changing runtime systems.
Overview
Documents multi-source RDI pipelines: one pipeline can ingest from several databases into a single Redis target, with a collector, credentials, and streams per source. Adds the dedicated guide Multiple sources in one pipeline (naming rules,
config.yamlexamples, jobs/server_name,--sourcefor start/stop/reset, monitoring, and legacy resource names after upgrade).Secrets and deploy are rewritten around database-scoped keys (
USERNAME,PASSWORD, …) andredis-di set-secret … --db <source|target>, with env vars like${MYSQL_DB_PASSWORD}and K8s secrets named<source>-db/<source>-db-ssl. LegacySOURCE_DB_*/TARGET_DB_*remain documented for single-source pipelines that predate the change.Product positioning updates remove the “single source only” decision-tree branch and state that multiple sources are supported; architecture, pipelines, DLQ keys (
<source>.<schema>.<table>), observability (per-collector metrics URLs), HA examples (collector-mysql), VM standby behavior, and API v1 vs v2 (multi-source requires v2) are aligned. Flink job advanced matchers (lists/regex:onserver_name,db,schema,table) are noted. Prepare-database pages andpipeline-configexamples are updated to match the new secret model.Reviewed by Cursor Bugbot for commit ead6efa. Bugbot is set up for automated code reviews on this repo. Configure here.