Versions Compared

Key

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

...

  1. Consumer c subscribes to topic t with one partition p.
  2. Consumer c consumes some messages from p.
  3. Consumer c unsubscribes from t.
  4. Partition p is marked for removal during the next rebalance.
  5. During the next rebalance, the offset of c's assigned partitions (including p) is committed, and then updated (resulting in p's removal).

 

Public Interfaces

There are no new public interfaces or changes to existing interfaces suggested by this KIP.

...