eBay / parallec

Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
Apache License 2.0
805 stars 173 forks source link

How to send get request for the list of urls.... #59

Closed satheessh closed 7 years ago

satheessh commented 7 years ago

I have below urls in the array list. How to sent get request to all of the urls...

http://www.parallec.io/docs/track-status/ https://stackoverflow.com/questions/3142915/how-do-you-create-an-asynchronous-http-request-in-java

jeffpeiyt commented 7 years ago

Hi @satheessh

Thanks for trying Parallec! For these 2 urls on parallec.io and stackoverflow.com, I assume they belong to the category of "Different requests to different target hosts"

Could you please follow http://www.parallec.io/docs/submit-task/#apis-on-variable-replacement-for-heterogeneous-requests

https://github.com/eBay/parallec-samples/blob/master/sample-apps/src/main/java/io/parallec/sample/app/http/HttpDiffRequestsDiffServersApp.java

thanks,

jeffpeiyt commented 7 years ago

close it for now