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
We are going to support the automatic schema change for MySQL CDC. When upstream executed a ALTER TABLE ADD/DROP column statement, it will be replicated automatically to the corresponding Table.
We are going to support the automatic schema change for MySQL CDC. When upstream executed a
ALTER TABLE ADD/DROP column
statement, it will be replicated automatically to the correspondingTable
.Extend the CDC connector to emit and parse the schema change message feat(cdc): parse debezium schema event for mysql #17707
Source executor initiate a RPC to the Meta to start the config change procesure feat(cdc): auto schema change for mysql cdc #17876
Save failed auto schema change DDL into event log
Fill in the newly added
cdc_table_id
field inTable
catalogAdding metrics for auto schema change trigger count, failure count and duration #17985
feat(postgres-cdc): support replicating Postgres schema change #18760
The text was updated successfully, but these errors were encountered: