I'm using Keyed process function to use RocksDB state backend. I want to hold two different states for the same key;
- State 1 type: ValueState[String]
- State 2 type: MapState[String, Long]
In this case, i have to create two state descriptors in the same keyed process function. Is that possible in flink?