Re: HTTP listener source

Posted by rmetzger0 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/HTTP-listener-source-tp13397p13435.html

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 <[hidden email]> wrote:
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.