Hey
Thanks for trying out GIC! As Yanfei mentioned, GIC and RocksDB incremental
do not conflict with each other.
GIC is a generalized way to do incremental Flink checkpoints. At the same
time, RocksDB-incremental is a way to do incremental snapshots for backend
db (RocksDB).
Please let us know t
Hi ConradJam,
> If Generic Incremental Checkpoint (GIC) enable, rocksdb Incremental
> Checkpoint can be disable or enable, Do they both have conflicting switches,
> does my turning on (GIC) mean I no longer need enable rocksdb Incremental
> Checkpoint ?
The GIC and rocksdb incremental Checkp
Hi Community . I would like to consult about some configurations of
Rocksdb incremental checkpoints and GIC. In Flink 1.17,I want to try
this feature . If Generic Incremental Checkpoint (GIC) enable, rocksdb
Incremental Checkpoint can be disable or enable, Do they both have
conflicting switches, do