aiwenmo commented on PR #3812: URL: https://github.com/apache/flink-cdc/pull/3812#issuecomment-2561920778
# Code implementation Topology graph: Source -> PreTransform -> PostTransform -> SchemaBatchOperator-> PartitionBy(Batch) -> BatchSink 1. add SchemaBatchOperator which removed the processing of schema change event and removed Coordinator. 2. add RegularPrePartitionBatchOperator which removed SchemaEvolutionClient. 3. add DataBatchSinkFunctionOperator and DataBatchSinkWriterOperator which removed SchemaEvolutionClient. 4. remove SchemaRegistry in batch mode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
