You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Caizhi Weng (Jira)" <ji...@apache.org> on 2023/03/14 03:02:00 UTC

[jira] [Created] (FLINK-31433) Make SchemaChange serializable

Caizhi Weng created FLINK-31433:
-----------------------------------

             Summary: Make SchemaChange serializable
                 Key: FLINK-31433
                 URL: https://issues.apache.org/jira/browse/FLINK-31433
             Project: Flink
          Issue Type: Sub-task
          Components: Table Store
    Affects Versions: table-store-0.4.0
            Reporter: Caizhi Weng
            Assignee: Caizhi Weng
             Fix For: table-store-0.4.0


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)