Hi all, I’ve seen posts in here saying that Querya...
# random
s
Hi all, I’ve seen posts in here saying that Queryable State is deprecated. Are there actual plans to remove this feature from Flink, or is there just no long-term support/feature upgrades planned for it?
m
It’s planned to be removed in Flink 2.0 next year
s
Is there any replacement planned for it? Or alternatively, is there any other features we could use to access the underlying state from outside of the flink application. We are trying to build an API that allows us to see the aggregate state in the underlying flink application, and we don’t really want to have to apply further processing logic given that the data is already there in the underlying rocksDB
m
There isn't anything planned for it at this moment. See the discussion thread on the issues with QS https://lists.apache.org/thread/9hmwcjb3q5c24pk3qshjvybfqk62v17m
s
Thanks Martijn. I’ll take a look