Delay data elements in pipeline by X minutes

2021-07-17 Thread Dario Heinisch
Hey there, Hope all is well! I would like to delay the time by 15minutes before my data arrives at my sinks: stream() .map() [] . .print() I tried implementing my own ProcessFunction where TimeStamper is a custom Interface: public abstract class Timestamper {     public abstract long

Re: Flink 1.13.1 - Vulnerabilities CVE-2019-12900 for librocksdbjni

2021-07-17 Thread Debraj Manna
Anyone any thoughts on this? On Fri, 16 Jul 2021, 15:22 Debraj Manna, wrote: > Hi > > I am observing flink-1.13.1 is being flagged for CVE-2019-12900 for > librocksdbjni > > The issue seems to have been fixed in RocksDB in > > https://github.com/facebook/rocksdb/issues/6703. > > Can someone let