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 other connectors - to throw a specific exception (like the ServiceInterruption) that triggers an already implemented retry/fail mechanism ?
Regards, Julien Massiera
