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

[FLINK-36151] Add schema evolution related docs #3575

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

Conversation

yuxiqian
Copy link
Contributor

This closes FLINK-36151 by adding missing schema evolution related concepts into Flink CDC docs.

@github-actions github-actions bot added the docs Improvements or additions to documentation label Aug 26, 2024
@monologuist
Copy link

@yuxiqian Hello, I would like to know which Flink CDC version your document corresponds to. I only seem to see three schema change Behaviors in Flink CDC 3.0.1.

@yuxiqian
Copy link
Contributor Author

yuxiqian commented Aug 27, 2024

Hi @monologuist, this PR reflects current master situation (SNAPSHOT-3.3). Will backport it to previous release branches later.

@gtk96
Copy link
Contributor

gtk96 commented Sep 5, 2024

LGTM !


```yaml
sink:
include.schema.changes: [create.table.event, column]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

create.table ------ create.table.event

What are the differences between them?

I noticed that the enumerated value in the documentation is create.table, but in the example, it is given as create.table.event.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was my mistake, create.table should be used instead of create.table.event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants