thesumery opened a new pull request, #5755: URL: https://github.com/apache/inlong/pull/5755
### Prepare a Pull Request - [INLONG-5754][Sort] Fix Pulsar connecotr deserialize complex format with multiple data will cause data loss - Fixes #5754 ### Motivation Fix Pulsar connecotr deserialize complex format with multiple data will cause data loss ### Modifications Beacuse before it deserialize ont message to one rowData, so it means only one record will be sended to downstream after parsing a message. now i store all sub record in one message, and it means multiple records will be sended to downstream if message contains multiple complex record. -- 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]
