Re: Snappy Compression for Checkpoints

2025-04-19 Thread Ferenc Csaky
Hi, The code was already shipped in the 1.18 release, as FLINK-30113 reflects it, but the docs are still not updated. So setting `execution.checkpointing.snapshot-compression` will also compress regular and broadcast operator state. Best, Ferenc On Monday, April 14th, 2025 at 16:02, Prasanna

Re: What will Flink do if I output to side output but do not sink it anywhere?

2025-04-19 Thread Perez
If you are not sinking it anywhere, it won't get dumped. On Tue, Apr 8, 2025 at 1:15 PM Vararu, Vadim via user wrote: > Hi, > > > > The question is basically in the title 😊 > > > > Will Flink see that the side output is not written effectively and not > buffer it anywhere? That’s my expectation