Hi Alex
First of all, RocksDB is not created by Flink checkpoint mechanism. RocksDB would be launched once you have configured and use keyed state no mater whether you have ever enabled checkpoint.
If you want to check configuration and data in RocksDB, please login the task manager node. The RocksDB folder lies in Flink temporary dir [1] which looks like flink-io-xxxx and the configuration is located in the file named as 'LOG' with RocksDB directory.
Best
Yun Tang
Hi all.
How can I connect RocksDB which created by Flink checkpoint, aim to check the rocksdb configuration and data in rocksdb. Thanks very much.
AlexFu