Skip to content

Commit

Permalink
docs: Update ReassignmentHandler comments (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdiep committed Sep 17, 2021
1 parent 9417dfa commit a79ffff
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -29,8 +29,7 @@
* the time the assignment is sent from server's point of view).
*
* <p>Because of the above, as long as reassignment handling is processed quickly, it can be used to
* abort outstanding operations on partitions which are being assigned away from this client, or to
* pre-warm state which will be used by the MessageReceiver.
* abort outstanding operations on partitions which are being assigned away from this client.
*/
public interface ReassignmentHandler {
/**
Expand Down

0 comments on commit a79ffff

Please sign in to comment.