hehuiyuan opened a new pull request #19235:
URL: https://github.com/apache/flink/pull/19235


   
   ## What is the purpose of the change
   
   
   
   
   sink.buffer-flush.interval | The flush interval mills, over this time, 
asynchronous threads will flush data. Can be set to '0' to disable it. Note, 
'sink.buffer-flush.max-rows' can be set to '0' with the flush interval set 
allowing for complete async processing of buffered actions.
   -- | --
   sink.buffer-flush.max-rows | The max size of buffered records before flush. 
Can be set to zero to disable it.
   
   
   `Asynchronous thread flush` is disabled  when set 
`sink.buffer-flush.interval` = 0,  then disable 
`sink.buffer-flush.max-rows`, which causes the data is not written out.
   
   The data are not written when disable `flush.interval` and `max-rows`. I 
think it should write out when the data arrive.
   
   
   ![Uploading image.png…]()
   
   


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