Skip to content

[FLINK-39001][doc][Flink-source]supple NewlyAddTable's doc with mongodb,postgres,oracle connectors#4247

Merged
lvyanquan merged 4 commits intoapache:masterfrom
ThorneANN:FLINK-39001-supple-doc-with-newlyaddedtable
Feb 25, 2026
Merged

[FLINK-39001][doc][Flink-source]supple NewlyAddTable's doc with mongodb,postgres,oracle connectors#4247
lvyanquan merged 4 commits intoapache:masterfrom
ThorneANN:FLINK-39001-supple-doc-with-newlyaddedtable

Conversation

@ThorneANN
Copy link
Contributor

  1. Function Description: Explain the role and usage scenarios of dynamic table addition.
  2. Version Information: Mark that this feature is supported starting from Flink CDC version 3.1.0.
  3. Usage Example: Provide a complete DataStream API code example.
  4. Operation Steps: Detailedly explain the three-step operation process for enabling and using this feature:
    • Step 1: Use savepoint to stop the existing job.
    • Step 2: Update the table/collection list configuration.
    • Step 3: Restore the job from the savepoint.
  5. API Method: Use .scanNewlyAddedTableEnabled(true) to enable this feature
    All documents have referenced the dynamic table-adding document format of the MySQL connector, ensuring consistency in style and structure.

@github-actions github-actions bot added the docs Improvements or additions to documentation label Jan 30, 2026
@ThorneANN ThorneANN changed the title [Flink-39001][doc][Flink-source]supple NewlyAddTable's doc with mongodb,postgres,oracle connectors [FLINK-39001][doc][Flink-source]supple NewlyAddTable's doc with mongodb,postgres,oracle connectors Jan 30, 2026
@lvyanquan lvyanquan requested a review from Copilot January 30, 2026 08:53
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 18 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ThorneANN
Copy link
Contributor Author

@lvyanquan help review

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

By the way, Debezium's MongoDB change streams exploration mentioned by [DBZ-435](https://issues.redhat.com/browse/DBZ-435) is on roadmap.<br>
If it's done, we can consider integrating two kinds of source connector for users to choose.

### Scan Newly Added Tables
Copy link

Copilot AI Feb 25, 2026

Choose a reason for hiding this comment

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

The section title says "Tables", but MongoDB terminology throughout this section is "collections". Consider renaming the heading (or using "Tables/Collections") to avoid confusing MongoDB users.

Suggested change
### Scan Newly Added Tables
### Scan Newly Added Collections

Copilot uses AI. Check for mistakes.
@ThorneANN
Copy link
Contributor Author

done

Copy link
Contributor

@lvyanquan lvyanquan left a comment

Choose a reason for hiding this comment

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

+1.

@lvyanquan lvyanquan merged commit 39749bf into apache:master Feb 25, 2026
3 checks passed
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants