parallec
parallec copied to clipboard
Ping response time
Hello! Really thanks for this amazing project!
I want yo know if there is a way to get the ping response time in order to check not only if the host is reachable but if there is a slow connection (for example for a >300 ms response time).
Thanks again!
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