HTTP post request example for async IO

2017-11-21 Thread shashank agarwal
Hello, Is anybody has an example of HTTP post request using Async io? Shashank ‌

Re: HTTP post request example for async IO

2017-11-21 Thread Stefan Richter
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 ? This code does async calls agains a database, but I think it s

Re: HTTP post request example for async IO

2017-11-21 Thread shashank agarwal
Hi, Yes, I got this point. Actually, i was looking for HTTP client suggestion. Like currently I am using http4s with the normal Map function. But I have seen users are facing issues in AsyncHttpClient. If anybody used that before. Thanks Shashank ‌ On Tue, Nov 21, 2017 at 7:17 PM, Stefan Rich