nl.vroste.zio.kinesis.client.dynamicconsumer
Members list
Packages
Type members
Classlikes
trait DynamicConsumer
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object DynamicConsumer
Offers a ZStream based interface to the Amazon Kinesis Client Library (KCL)
Offers a ZStream based interface to the Amazon Kinesis Client Library (KCL)
Ensures proper resource shutdown and failure handling
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DynamicConsumer.type
case object LastRecordMustBeCheckpointedException extends Exception
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
case class SchedulerConfig(checkpoint: CheckpointConfig, coordinator: CoordinatorConfig, leaseManagement: LeaseManagementConfig, lifecycle: LifecycleConfig, metrics: MetricsConfig, processor: ProcessorConfig, retrieval: RetrievalConfig, initialPositionInStreamExtended: InitialPositionInStreamExtended, kinesisClient: KinesisAsyncClient, streamName: String)
Configuration for the KCL Scheduler
Configuration for the KCL Scheduler
Note that its fields are mutable objects
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SchedulerConfig
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SchedulerConfig.type
In this article