You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Setup the CDC connector to read from that table
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.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
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.
The text was updated successfully, but these errors were encountered: