Update amazon-kinesis-client/src/main/java/software/amazon/kinesis/coordinator/Scheduler.java

Co-authored-by: nakulj <nklj@amazon.com>
This commit is contained in:
Aravinda Kidambi Srinivasan 2024-07-02 12:00:37 -07:00 committed by GitHub
parent 2fef04e037
commit 4a2195a40d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -767,7 +767,7 @@ public class Scheduler implements Runnable {
}
/**
* Requests a graceful shutdown of the worker, notifying record processors,
* Requests a graceful shutdown of the worker, notifying record processors
* of the impending shutdown. This gives the record processor a final chance to
* checkpoint.
*