I have a standard Jersey 2.7 client and would like to implement following scenario:
- Send JAX-RS request to a server.
- The server is unavailable (it has been shot down)
- The client retries the last request (I have load balancing on server side so another server should respond)
I have no clue how to implement retry mechanism in Jersey. Any ideas?