Re: Regarding QueryableState
Posted by
vishnuviswanath on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Regarding-QueryableState-tp8324p8326.html
Hi Ufuk,
I was able to create a QueryableState stream and query it when running in cluster mode in my local machine, but I am unable to Query the stream when running on AWS cluster, getting error AbstractMethodError at kvState.getSerializedValue(serializedKeyAndNamespace) in KvStateServerHandler.java while querying.
Not sure if I am doing something wrong here, so eagerly waiting for the merge, to try it again :)