Description
The AdminClient only retries if the request fails with a retriable error. If a response is returned, then a retry is never attempted. This is inconsistent with other clients that check the error codes in the response and retry for each retriable error code.
We should consider if it makes sense to adopt this behaviour in the AdminClient so that users don't have to do it themselves.