Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tag NameTask TypeExplanation
isStatefulbothIndicate whether given task has a state to restore.
isLearnerstandbyIndicate whether standby task is a learner task.
beingLearnedactiveIndicate whether active task is being learned by some other stream worker.
isReadystandbyIndicate whether standby task is ready to serve as active task.
isLeavingactiveIndicate whether active task will be leaving the group soon.

Assignment Algorithm

The above examples are focusing more on demonstrating expected behaviors with KStream incremental rebalancing "end picture". However, we also want to have a holistic view of the new learner assignment algorithm during each actual rebalance.

...