I have a use-case of using Queryable state feature in an Apache Flink cluster. https://ci.apache.org/projects/flink/flink-docs-stable/dev/stream/state/queryable_state.html#activating-queryable-state
I do not want to setup my own cluster (but want to leverage existing managed solutions).
I am evaluated two possibilities: using AWS Kinesis Data Application(KDA) or using AWS EMR.
It seems that KDA does not support queryable state.
I am not sure if EMR supports that or not. Documentation in this regards is non-existent.
Can someone please share some information on this?