Fix warning message typos

Same as #875
This commit is contained in:
Ben Iofel 2022-05-30 23:31:06 -04:00 committed by GitHub
parent a344ee4d05
commit 5902032778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,7 +200,7 @@ class ShardConsumerSubscriber implements Subscriber<RecordsRetrieved> {
protected void logOnErrorReadTimeoutWarning(Throwable t) { protected void logOnErrorReadTimeoutWarning(Throwable t) {
log.warn("{}: onError(). Cancelling subscription, and marking self as failed. KCL will" log.warn("{}: onError(). Cancelling subscription, and marking self as failed. KCL will"
+ " recreate the subscription as neccessary to continue processing. If you " + " recreate the subscription as necessary to continue processing. If you"
+ " are seeing this warning frequently consider increasing the SDK timeouts" + " are seeing this warning frequently consider increasing the SDK timeouts"
+ " by providing an OverrideConfiguration to the kinesis client. Alternatively you" + " by providing an OverrideConfiguration to the kinesis client. Alternatively you"
+ " can configure LifecycleConfig.readTimeoutsToIgnoreBeforeWarning to suppress" + " can configure LifecycleConfig.readTimeoutsToIgnoreBeforeWarning to suppress"