stevenzwu opened a new issue #1626:
URL: https://github.com/apache/iceberg/issues/1626


   Flink 1.11 release included a new source interface 
([FLIP-27](https://cwiki.apache.org/confluence/display/FLINK/FLIP-27%3A+Refactor+Source+Interface))
 that works better with Iceberg
   
   It has two logical components
   
   - enumerator that runs on the jobmanager (driver)
   - parallel readers that runs on the taskmanagers (workers).
   
   It is a unified source interface for both streaming and batch mode. Its 
dynamic split assignment nature can avoid the straggler/outlier problem from 
the simple static round-robin split assignment (old interface).
   
   Initial scope can be the bounded/batch mode.


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to