Hi,

did you see the example code in the documentation here: 
https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/stream/asyncio.html
 
<https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/stream/asyncio.html>
 ? This code does async calls agains a database, but I think it should be 
straight forward to replace this part

Future<String> resultFuture = client.query(str);
with your HTTP post request call, returning a Future.

Best,
Stefan


> Am 21.11.2017 um 11:46 schrieb shashank agarwal <shashank...@gmail.com>:
> 
> Hello,
> 
> Is anybody has an example of HTTP post request using Async io? 
> 
> Shashank
> 
> 
> 
> 
> ‌

Reply via email to