Hi
We implemented a RetryAfter filter with the jersey1 client by
extending com.sun.jersey.api.client.filter.ClientFilter and
invoking getNext().handle(clientRequest);. We moved to jersey2 client but
not sure how to implement a similar filter with the jersey2 client
Thank you
Kemi