lnbest0707 opened a new pull request, #240:
URL: https://github.com/apache/flink-connector-kafka/pull/240

   Flink source ingestion is with watermark alignment config like 
`scan.watermark.alignment.max-drift`. The operator would then control
   
   - checkWatermarkAlignment for whole reader
   - checkSplitWatermarkAlignment for the split reader
   
   In dynamic Kafka source mode, the split reader pause/resume is missed 
(`pauseOrResumeSplits` not implemented) and the exceptions might raise once 
such config enabled.
   
   This feature is important for workflows like ingesting data from Kafka to 
Data Lake. Missing the alignment could create far more number of small files 
once the ingestion progress diverges and runs our of controls.


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

Reply via email to