Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
table-store-0.4.0
Description
To avoid concurrent changes to table schema, CDC sinks for Flink Table Store should send all SchemaChange to a special process function. This process function only has 1 parallelism and it is dedicated for schema changes.
To pass SchemaChange through network, SchemaChange must be serializable.
Attachments
Issue Links
- links to