Re: Http Requests from Flink

2017-03-02 Thread Yassine MARZOUGUI
log.info(sendMessage(message)) > } > } > > > > I image for a http source, you could send a request to the REST API > periodically and convert the micro-batches into a stream. I’d love to know > about other alternatives. > > > > Cheers, > > Alex > &

Re: Http Requests from Flink

2017-03-02 Thread Alex De Castro
convert the micro-batches into a stream. I’d love to know about other alternatives. Cheers, Alex From: Ulf Thomas Reply-To: "user@flink.apache.org" Date: Thursday, March 2, 2017 at 12:58 PM To: "user@flink.apache.org" Subject: Http Requests from Flink Hello, I&