I was wondering if in anyway Flink's datastream API be used to remove duplicates from records coming in (may be over a particular time window), just like in Dataset API which provides with a transformation called "Distinct". Or in anyway if dataset can be transformed to datastream, given that Dataset is converted to datastream for internal processing in Flink.
Please help me in this. Thanks in Advance! Cheers!