Jeff Pei
Jeff Pei
@sizeoftank Thanks for your clarification. If you are using [jump host](https://wiki.gentoo.org/wiki/SSH_jump_host), probably could follow [this example](http://www.jcraft.com/jsch/examples/JumpHosts.java.html) to enhance it. As parallec uses Jsch, the features supported by Jsch would be...
Hi @amirhakim thanks for your kind suggestion and interests in Parallec! Do you mind adding one. Parallec.io is designed as a java library and I am not sure if this...
@csliangdu good question. I believe by looking at the implementation of the DiffRequestsSameServer we can do sth works for this. Will be pretty busy this week and can dig deeper...
@yashwanth2804 hi, thanks for trying parallec.io You will get string back from the response and can convert it to json. Here are some examples: https://github.com/eBay/parallec-samples https://github.com/eBay/parallec-samples/blob/master/sample-apps/src/main/java/io/parallec/sample/app/http/HttpAsyncApiPollableJob.java
@sudheesh001 Hi Sudheesh, thanks for the kind words and suggestion. It is a part of future work and just lack of resources for now. Feel free to submit a pull...
Will check tomorrow
@agvillamizar it is not supported at this point. We may need to enhance ResponseOnSingeRequest to add new fields to record the duration for the actual handing time around here: https://github.com/eBay/parallec/blob/master/src/main/java/io/parallec/core/actor/PingWorker.java#L391
@kefasb thanks so much for trying parallec. Normally i do not need to run the releaseExternalResources if running as a server. what is the use case we need to release...
https://github.com/eBay/parallec/blob/master/src/main/java/io/parallec/core/actor/TcpWorker.java#L446 have you tried the idle timeout?
@tomerbal yes. can you check on http://www.parallec.io/docs/submit-task/#apis-on-variable-replacement-for-heterogeneous-requests