philiplourandos / qdb

0 stars 0 forks source link

Add retry for placeholder feign client #18

Open philiplourandos opened 3 years ago

philiplourandos commented 3 years ago

We need to setup the properties for ribbon so that in the event of an issue with the remote webservice the feign client can be resilient by re-attempting the request according to a default policy

philiplourandos commented 3 years ago

Added starter project and properties. I've run the tests and the QA script...everything is working fine, but not sure if its using the ribbon client