StandbyTask¶
StandbyTask is a Task (and AbstractTask).
Creating Instance¶
StandbyTask takes the following to be created:
-
TaskId - Input
TopicPartitions - ProcessorTopology
- StreamsConfig
- StreamsMetricsImpl
- ProcessorStateManager
- StateDirectory
-
ThreadCache -
InternalProcessorContext
When created, StandbyTask requests the InternalProcessorContext to transitionToStandby with the ThreadCache.
StandbyTask is created when:
StandbyTaskCreatoris requested to createStandbyTask
AbstractTask¶
StandbyTask is an AbstractTask.
Task Type¶
StandbyTask uses standby-task for task type.
Class¶
StandbyTask uses StandbyTask.class for clazz.