Skip to content

RDSC-5610: Multi-source documentation - #3916

Open
stoyanr wants to merge 1 commit into
redis:mainfrom
stoyanr:RDSC-5610-multi-source-docs
Open

RDSC-5610: Multi-source documentation#3916
stoyanr wants to merge 1 commit into
redis:mainfrom
stoyanr:RDSC-5610-multi-source-docs

Conversation

@stoyanr

@stoyanr stoyanr commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

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.yaml examples, jobs/server_name, --source for start/stop/reset, monitoring, and legacy resource names after upgrade).

Secrets and deploy are rewritten around database-scoped keys (USERNAME, PASSWORD, …) and redis-di set-secret … --db <source|target>, with env vars like ${MYSQL_DB_PASSWORD} and K8s secrets named <source>-db / <source>-db-ssl. Legacy SOURCE_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: on server_name, db, schema, table) are noted. Prepare-database pages and pipeline-config examples 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant