-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shrink the scope of the partition circuit-breaker
It shouldn't wrap the entirety of `assignPartition`, since that also protects things like the call to actually choose the partition. The only thing it is supposed to protect is the call to get the list of partitions, since that is what can block.
- Loading branch information
Showing
1 changed file
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters