Re: HTTP listener source

2017-06-01 Thread Robert Metzger
Hi, yes, there's something like this available in Apache Bahir: https://github.com/apache/bahir-flink/tree/master/flink-connector-netty On Wed, May 31, 2017 at 3:51 AM, Madhukar Thota wrote: > Hi > > As anyone implemented HTTP listener in flink source which acts has a > Rest API to receive JSON

HTTP listener source

2017-05-30 Thread Madhukar Thota
Hi As anyone implemented HTTP listener in flink source which acts has a Rest API to receive JSON payload via Post method and writes to Kafka or kinesis or any sink sources. Any guidance or sample snippet will be appreciated.