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