Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(admin): add retries for GroupCoordinator errors
- retry admin operations that rely on talking to the group coordinator for a given ID if the coordinator has changed from the cached value, or is not available - also fixup controller retry in ElectLeaders to use the err from response rather than sendAndReceive - also rename isErrNotController to isRetriableControllerError for consistency Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
- Loading branch information