Versions Compared

Key

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

WARN: This is an obsolete design. The design that's implemented in Kafka 0.9.0 is described in this wiki.

This page describes the algorithmic workflow of a lightweight consumer which removes the rebalance logic to the broker-side coordinator and the ZK dependency. It is based on the detailed design of the consumer coordinator described here.

...