Amir Hossein Sharifzadeh
05/15/2023, 5:59 PMEmbeddedRocksDBStateBackend class. I believe it must be in flink-statebackend-rocksdb-1.18-SNAPSHOT (or not), so what’s the appropriate dependency for EmbeddedRocksDBStateBackend in pom.xml? It sounds like the <dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-statebackend-rocksdb</artifactId>
<version>1.17.0</version>
<scope>test</scope>
</dependency> is not the answer…Dheeraj Panangat
05/16/2023, 1:18 PMAmir Hossein Sharifzadeh
05/16/2023, 4:33 PM