KinesisCheckpointSettings

Settings for configuring the Kinesis checkpointer pipe

Value parameters:
maxBatchSize

the maximum number of records to aggregate before checkpointing the cluster of records. Passing 1 means checkpoint on every record

maxBatchWait

the maximum amount of time to wait before checkpointing the cluster of records

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete fields

val maxBatchSize: Int
val maxBatchWait: FiniteDuration