Reading .sst file generated by apache flink as part of saving state to rocksdb
I am using rocksdb statebackend with incremental checkpoints as my check points size keeps growing i wanted to read and understand what is present inside my checkpoints.
How is flink rocks DB live data size and checkpoint size is related?
I have flink pipeline with RMQ source, filters, keyby, enrichers, map, aggregator and tumbling window. Rockdb incremental checkpoints is enabled.