Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[connector] flink read support for fluss primary key table changelog auxiliary table/ cdc events #510

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MehulBatra
Copy link
Contributor

@MehulBatra MehulBatra commented Mar 1, 2025

Contribution Checklist

  • Linked issue: close 356

Purpose

Enhanced the Flink connector by introducing support for the $changelog auxiliary table. enabling seamless CDC event capture and processing in streaming applications

Brief change log

  • Touched FlinkCatalog GetTable (To support enablement of changelog Table)
  • Touched CoordinatorService CreateTable (To add validation of system reserved columns)
  • Extended FlussRowToFlinkRowConverter (ChangelogRowConverter to add support for emitting changelog records)
  • Touched FlinkRecordEmitter (To add choice of special FlinkRow converter based on Changelog Flag)
  • Touched FlinkTableFactory (To add createDynamicSource support for changlog table)
  • Touched FlinkSource, FlinkSourceReader, FlinkTableSource (To add flag isChangelog in the source constructor of each class)

Tests

Yet to write (In progress)

API and Format

Yes , Flink Source Reader

Documentation

Yes post feedback need to add changes in the doc to support CDC reads via Flink Connector

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.

Support $changelog auxiliary table for flink connector
1 participant