-
Notifications
You must be signed in to change notification settings - Fork 4.1k
changefeedccl: fully qualified table name in output #57290
Copy link
Copy link
Closed
Labels
A-cdcChange Data CaptureChange Data CaptureA-disaster-recoveryC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-cdcT-disaster-recovery
Description
I might have two tables named "users" in different databases. If I create two changefeeds (or one with those two tables) to the same sink, we automatically create topics based on table name. This will create problems.
** Deliverables **
- A
withoption where changefeed output uses fully qualified name (database.schema.table) - Existing behavior if that option is not included
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-cdcChange Data CaptureChange Data CaptureA-disaster-recoveryC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-cdcT-disaster-recovery