EMsnap commented on PR #8607:
URL: https://github.com/apache/inlong/pull/8607#issuecomment-1661442025

   > > Great work ! same issue with Flink-cdc ?
   > 
   > In the **RowDataDebeziumDeserializeSchema** of Flink CDC, there is only 
one method `void deserialize(SourceRecord record, Collector<T> out)`. However, 
in the **RowDataDebeziumDeserializeSchema** of INLONG, two new methods default 
`void deserialize(SourceRecord record, Collector<T> out, 
TableChanges.TableChange tableSchema)` and `default void 
deserialize(SourceRecord record, Collector<T> out, Boolean isStreamingPhase)` 
are added to implement the all database migration. Therefore, there will be no 
conflict issue in Flink CDC.
   
   OK get it 


-- 
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]

Reply via email to