-
Notifications
You must be signed in to change notification settings - Fork 4.1k
cdc: configurable handling of hidden columns #83189
Copy link
Copy link
Closed
Labels
A-cdcChange Data CaptureChange Data CaptureC-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-cdc
Description
The way we choose whether to emit hidden columns and handle them in schema changes is undocumented and a bit inconsistent. We should decide on a default behavior and make other behaviors optional--I could see people wanting to make a hidden outbox column just for CDC, but also not wanting rowid or hash shards showing up in messages.
Jira issue: CRDB-16912
Epic CRDB-17161
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-cdcChange Data CaptureChange Data CaptureC-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-cdc