pnowojski commented on PR #20485:
URL: https://github.com/apache/flink/pull/20485#issuecomment-1243913279

   > On another note, do you think it makes sense to add a configuration option 
to disable using split alignment entirely? I'm a bit worried this feature might 
cause issues with the already integrated Kafka/Pulsar sources that we are not 
foreseeing right now. The added configuration option only allows to disable 
split alignments for non-compatible connectors. We could add another option to 
disable it entirely to retain the old behavior (disabled by default).
   
   Does it make sense to use and enable watermark alignment via `DataStream 
API` to only disable it via config value? Keep in mind that user has to 
manually enable via `WatermarkStrategy#withWatermarkAlignment` call [1].
   
   [1] 
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/event-time/generating_watermarks/#watermark-alignment-_beta_


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