There's also a nice documentation page on the feature now: https://ci.apache.org/projects/flink/flink-docs-release-1.2/dev/stream/queryable_state.html
On Tue, Jan 31, 2017 at 6:18 PM, Aljoscha Krettek <[email protected]> wrote: > [email protected] <[email protected]> Because he implemented queryable state. > > There is also queryable state, which allows you to query the internal > keyed state of Flink user functions. > > On Mon, 30 Jan 2017 at 00:46 Jonas <[email protected]> wrote: > >> You could write your data back to Kafka using the FlinkKafkaProducer and >> then >> use websockets to read from kafka using NodeJS or other. >> >> >> >> -- >> View this message in context: http://apache-flink-user- >> mailing-list-archive.2336050.n4.nabble.com/Regarding-Flink- >> as-a-web-service-tp11364p11365.html >> Sent from the Apache Flink User Mailing List archive. mailing list >> archive at Nabble.com. >> >
