process records including store and set checkpointer | 9 ms | Passed |
retry failed after a shutdown exception | 5 ms | Passed |
retry failed after an invalid state exception | 17 ms | Passed |
retry failed after exhausting all retries | 47 ms | Passed |
retry failed after unexpected exception | 13 ms | Passed |
retry success on first attempt | 2 ms | Passed |
retry success on second attempt after a Kinesis dependency exception | 41 ms | Passed |
retry success on second attempt after a Kinesis throttling exception | 50 ms | Passed |
shouldn't store and update checkpointer when receiver is stopped | 4 ms | Passed |
shouldn't update checkpointer when exception occurs during store | 10 ms | Passed |
shutdown should checkpoint if the reason is TERMINATE | 10 ms | Passed |
shutdown should not checkpoint if the reason is something other than TERMINATE | 2 ms | Passed |
split into multiple processes if a limitation is set | 3 ms | Passed |