LinMingQiang opened a new pull request, #4862:
URL: https://github.com/apache/paimon/pull/4862

   
   <!-- Please specify the module before the PR name: [core] ... or [flink] ... 
-->
   
   ### Purpose
   
   
   In order to coordinate the scheduling of real-time data and offline data, we 
provide an online web service to receive table partition completion information 
from the real-time application (flink).
   
   When the real-time program completes writing to a partition, `http-report` 
action will report the partition to the remote service, when the online service 
receives the partition done request, it immediately calls the downstream 
associated offline job.
   
   Compared with other actions, `http-report` action is more time-sensitive and 
does not require polling or blocking to wait for partitioning to complete. It 
is passive.
   
   <!-- Linking this pull request to the issue -->
   Linked issue: close #xxx
   
   <!-- What is the purpose of the change -->
   
   ### Tests
   
   <!-- List UT and IT cases to verify this change -->
   
   ### API and Format
   
   <!-- Does this change affect API or storage format -->
   
   ### Documentation
   
   <!-- Does this change introduce a new feature -->
   


-- 
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: issues-unsubscr...@paimon.apache.org

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

Reply via email to