object KinesisSchedulerSource
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KinesisSchedulerSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(schedulerBuilder: (ShardRecordProcessorFactory) => Scheduler, settings: KinesisSchedulerSourceSettings): Source[CommittableRecord, Future[Scheduler]]
Source that spawns a single Kinesis KCL Scheduler capable of consuming records from multiple Kinesis shards in coordination with other KCL Scheduler instances connected to the same stream.
Source that spawns a single Kinesis KCL Scheduler capable of consuming records from multiple Kinesis shards in coordination with other KCL Scheduler instances connected to the same stream. Only a single KCL Scheduler instance can own the lease of a shard at any given time. The Kinesis service assigns each shard lease among the available instances.
Every message emitted downstream belongs to a shard. Messages can be committed to save the progress of the client consuming that shard.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkpointRecordsFlow(settings: KinesisSchedulerCheckpointSettings): Flow[CommittableRecord, KinesisClientRecord, NotUsed]
- def checkpointRecordsSink(settings: KinesisSchedulerCheckpointSettings): Sink[CommittableRecord, NotUsed]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def sharded(schedulerBuilder: (ShardRecordProcessorFactory) => Scheduler, settings: KinesisSchedulerSourceSettings): SubFlow[CommittableRecord, Future[Scheduler], [+O]Source[O, Future[Scheduler]], RunnableGraph[Future[Scheduler]]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()