Hello, I have query regarding retry options while using jetty ProxyServlet (async).
I have added a retry mechanism based on OnResponseFailure event. - If proxying fails and it invokes onResponsefailure. There I submit a new request to the AyncContext using HttpClient.newRequest. - It has further capabilities like number of retries etc. - This works for retries with out any wait period. What i am looking for is there any cleaner way to achieve retry that jetty offers. The issue with the above logic is as it is in async mode, i cannot set a wait period and try it again after an interval like in usual retry features. Any help with this would be greatly appreciated. Thanks, Parvathy.
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
