StreamTask restoringTaskFor(TopicPartition partition)
RestoringTasks Contract
RestoringTasks is the abstraction of restoring task managers that can find the restoring StreamTask for a partition.
| Method | Description |
|---|---|
|
Finds the restoring StreamTask for a partition Used exclusively when |
|
Note
|
AssignedStreamsTasks is the default and only known implementation of the RestoringTasks Contract in Kafka Streams. |