prosscode commented on issue #1856:
URL: 
https://github.com/apache/incubator-streampark/issues/1856#issuecomment-1290845865

   The two parameters mentioned are not displayed on the flink configuration 
page, because they are experimental config and may be removed later.
   
   [table.exec.emit.early-fire.enabled] the meaning of Early fire is to output 
the result before the watermark reaches the end time point of the window and is 
an emit strategy before watermark advanced to end of window.
   
   [table.exec.emit.early-fire.delay] the meaning of time interval for early 
fire results. If the value is greater than 0, it means to output the result 
every specified time. If the value is 0, the result will be output every time 
an element arrives.
   
   
   <img width="724" alt="image" 
src="https://user-images.githubusercontent.com/26180481/197831677-0dcbef4f-eb27-44dc-80fc-85dbfd210b75.png";>
   
   BTW, I think for the parameters definitions supported by Flink, we still 
need to do availability verification. Avoid setting parameters by the user and 
it will take effect, but in fact the parameter Key is not written correctly.
   


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