Skip to content

FLINK-37891: Remove SQL Server CDC documentation for initial-only #4037

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

Merged

Conversation

morozov
Copy link
Contributor

@morozov morozov commented Jun 3, 2025

This documentation should have been updated as part of #1732.

See the actual code:

throw new ValidationException(
String.format(
"Invalid value for option '%s'. Supported values are [%s, %s], but was: %s",
SCAN_STARTUP_MODE.key(),
SCAN_STARTUP_MODE_VALUE_INITIAL,
SCAN_STARTUP_MODE_VALUE_LATEST,
modeString));

@github-actions github-actions bot added docs Improvements or additions to documentation sqlserver-cdc-connector labels Jun 3, 2025
@morozov morozov marked this pull request as ready for review June 3, 2025 23:06
@GOODBOY008 GOODBOY008 self-requested a review June 10, 2025 05:35
Copy link
Member

@GOODBOY008 GOODBOY008 left a comment

Choose a reason for hiding this comment

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

@morozov Great catch. LGTM

@GOODBOY008 GOODBOY008 merged commit 1454b36 into apache:master Jun 10, 2025
21 of 22 checks passed
@morozov morozov deleted the FLINK-37891-remove-sqlserver-initial-only branch June 10, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved docs Improvements or additions to documentation reviewed sqlserver-cdc-connector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants