in src/it/scala/com/gu/kinesis/Inspectable.scala [64:68]
override def checkpointDelayed(shardConsumerId: ShardConsumerId, e: Throwable): Unit = {
e match {
case _: ThrottlingException => checkpointEventsByShardConsumer.add(shardConsumerId -> CheckpointThrottled)
}
}