Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
On DataStream the methods for setting a TimestampAssigner/WatermarkEmitter are called assignTimestampsAndWatermarks() while on FlinkKafkaConsumer* they are called setPunctuatedWatermarkEmitter() and setPeriodicWatermarkEmitter().
I think these names should be matched, also the name setWatermarkEmitter does not hint at the fact that the assigner primarily assigns timestamps.