class CommitterSettings extends AnyRef
Settings for committer. See akka.kafka.committer
section in
reference.conf. Note that the companion object provides
apply
and create
functions for convenient construction of the settings, together with
the with
methods.
- Source
- CommitterSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommitterSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val delivery: CommitDelivery
- val maxBatch: Long
- val maxInterval: FiniteDuration
- val parallelism: Int
- def toString(): String
- Definition Classes
- CommitterSettings → AnyRef → Any
- val when: CommitWhen
- def withCommitWhen(value: CommitWhen): CommitterSettings
- Annotations
- @ApiMayChange()
- def withDelivery(value: CommitDelivery): CommitterSettings
- Annotations
- @ApiMayChange()
- def withMaxBatch(maxBatch: Long): CommitterSettings
- def withMaxInterval(maxInterval: Duration): CommitterSettings
- def withMaxInterval(maxInterval: FiniteDuration): CommitterSettings
- def withParallelism(parallelism: Int): CommitterSettings