Re: Retry mechanism authority connectors

2021-01-11 Thread Karl Wright
When I was designing this, I thought long and hard about this question. Since it is security related, in the end I decided to let the application who called the authority service have whatever retry logic made sense. I don't see any objection to retrying certain errors at the connector level, but

Retry mechanism authority connectors

2021-01-11 Thread julien.massiera
Hi, I noticed that with authority connectors that perform API calls, seldom issues like network failures lead to DEAD_AUTHORITY. Assuming one wants to have a retry/fail mechanism, would you suggest that each connector should implement its own, or would you rather suggest - as it is the case with