dyp12 commented on issue #9773: URL: https://github.com/apache/seatunnel/issues/9773#issuecomment-3226696014
> > DebeziumJsonSerializationSchema.serialize only can read one SeaTunnelRow not two > > We can use a cache in DebeziumJsonSerializationSchema. when parallelism > 1, the UPDATE_BEFORE next data may be not UPDATE_AFTER data , and the cache may be big and when have many update data and parallelism is big , may be UPDATE_BEFORE_1 and the UPDATE_BEFORE_2, UPDATE_AFTER_1 UPDATE_AFTER_2, Wrong sequence -- 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]
