KinesisCheckpointSettings

fs2.aws.kinesis.KinesisCheckpointSettings
See theKinesisCheckpointSettings companion object

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val maxBatchSize: Int
val maxBatchWait: FiniteDuration