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

Ban CREATE SOURCE for non-backfillable CDC source #15660

Open
xxchan opened this issue Mar 13, 2024 · 1 comment
Open

Ban CREATE SOURCE for non-backfillable CDC source #15660

xxchan opened this issue Mar 13, 2024 · 1 comment

Comments

@xxchan
Copy link
Member

xxchan commented Mar 13, 2024

And the original question: Can we CREATE SOURCE for citus-cdc? If not, where is it rejected?

We can't. But it seems we didn't ban it in code.

   // gated the feature with a session variable
    let create_cdc_source_job = if with_properties.is_cdc_connector() {
        CdcTableType::from_properties(&with_properties).can_backfill()
    } else {
        false
    };

Originally posted by @StrikeW in #15635 (comment)

@github-actions github-actions bot added this to the release-1.8 milestone Mar 13, 2024
@fuyufjh fuyufjh modified the milestones: release-1.8, release-1.9 Apr 8, 2024
Copy link
Contributor

This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants