melin created FLINK-36107:
-----------------------------
Summary: 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
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)