Skip to content

Commit

Permalink
fix(admin): add retries for GroupCoordinator errors
Browse files Browse the repository at this point in the history
- 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
dnwe committed Jan 7, 2025
1 parent 80fea25 commit 060bb3f
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 71 deletions.
Loading

0 comments on commit 060bb3f

Please sign in to comment.