PR comments
This commit is contained in:
parent
d31758727c
commit
4782e43c3a
1 changed files with 1 additions and 2 deletions
|
|
@ -338,8 +338,7 @@ public class ShardRecordProcessorCheckpointer implements RecordProcessorCheckpoi
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
checkpointer.prepareCheckpoint(ShardInfo.getLeaseKey(shardInfo), newPrepareCheckpoint, shardInfo.concurrencyToken(), applicationState
|
checkpointer.prepareCheckpoint(ShardInfo.getLeaseKey(shardInfo), newPrepareCheckpoint, shardInfo.concurrencyToken(), applicationState);
|
||||||
);
|
|
||||||
} catch (ThrottlingException | ShutdownException | InvalidStateException
|
} catch (ThrottlingException | ShutdownException | InvalidStateException
|
||||||
| KinesisClientLibDependencyException e) {
|
| KinesisClientLibDependencyException e) {
|
||||||
throw e;
|
throw e;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue