KinesisCheckpointSettings

fs2.aws.kinesis.KinesisCheckpointSettings
See theKinesisCheckpointSettings companion object

Settings for configuring the Kinesis checkpointer pipe

Attributes

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
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete fields

val maxBatchSize: Int
val maxBatchWait: FiniteDuration