For each of the following scenarios:
- Run the scenario with the settings provided in your Ververica Platform instance.
- Observe the job and identify bottlenecks.
- Tune RocksDB through configuration options provided by Flink.
- (Expert) Tune RocksDB further via a custom
RocksDBOptionsFactory
implementation and enable this viastate.backend.rocksdb.options-factory
❗ Important: Do not change the code of these two classes (or anything marked with
@DoNotChangeThis
in general)! This exercise should be solved by tuning RocksDB only.