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

Alter table operations at runtime may break connector #54

Open
Bouncheck opened this issue Oct 14, 2024 · 0 comments
Open

Alter table operations at runtime may break connector #54

Bouncheck opened this issue Oct 14, 2024 · 0 comments

Comments

@Bouncheck
Copy link
Collaborator

Steps to reproduce:

  1. Create a Scylla cluster, create a table, insert enough data to generate a substantial amount of CDC logs or setup an application that will continuously generate some data.
  2. Setup the CDC connector to read from that table
  3. While the data is being processed by connector perform ALTER TABLE that removes a column from the base table.

What is very likely to happen is that the connector will fetch a new record before it learns that the schema has changed. In such case a restart is needed.

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

No branches or pull requests

1 participant