SchedulerConfig

case class SchedulerConfig(checkpoint: CheckpointConfig, coordinator: CoordinatorConfig, leaseManagement: LeaseManagementConfig, lifecycle: LifecycleConfig, metrics: MetricsConfig, processor: ProcessorConfig, retrieval: RetrievalConfig, kinesisClient: KinesisAsyncClient, streamName: String)

Configuration for the KCL Scheduler

Note that its fields are mutable objects

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withInitialPosition(pos: InitialPositionInStreamExtended): SchedulerConfig

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product