ets 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.
>>
>
> 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 arch
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
Hi,
I am new to Flink and I have a very basic question to start with.
I have started working with some very basic exampes and was wondering we
can make the streams available as json(via a rest service) which can be
further be used by any front end technology for visualization in the form
of chart