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