You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/31 09:13:43 UTC

[GitHub] [inlong] thesumery opened a new pull request, #5755: [INLONG-5754][Sort] Fix Pulsar connecotr deserialize complex format with multiple data will cause data loss

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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang merged pull request #5755: [INLONG-5754][Sort] Fix Pulsar connecotr deserialize complex format with multiple data will cause data loss

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #5755:
URL: https://github.com/apache/inlong/pull/5755


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org