[ 
https://issues.apache.org/jira/browse/FLINK-36107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

melin updated FLINK-36107:
--------------------------
    Description: 
User-defined callback is supported. sink obtains the schema event and invokes 
the callback implementation class. Synchronize schema information to other 
systems
{code:java}
public interface CommitCallback {
    void call(SchemaChangeEvent event);
}{code}
 

 

  was:
User-defined callback is supported. sink obtains the schema event and invokes 
the callback implementation class. Synchronize schema information to other 
systems
{code:java}
public interface CommitCallback {
    void call(SchemaChangeEvent event);
}{code}


> schema event support custom callback
> ------------------------------------
>
>                 Key: FLINK-36107
>                 URL: https://issues.apache.org/jira/browse/FLINK-36107
>             Project: Flink
>          Issue Type: Improvement
>          Components: Flink CDC
>            Reporter: melin
>            Priority: Major
>
> User-defined callback is supported. sink obtains the schema event and invokes 
> the callback implementation class. Synchronize schema information to other 
> systems
> {code:java}
> public interface CommitCallback {
>     void call(SchemaChangeEvent event);
> }{code}
>  
>  



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

Reply via email to