Versions Compared

Key

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

...

The new consumer's implementation of topics subscribe and unsubscribe interfaces are modified so that they do not cause an immediate assignment update (this is how the regex subscribe interface is implemented). Instead, the assignment remains valid until it has been revoked in the next rebalance. This is mostly about fixing an inconsistent behavior. The examples below shows show this inconsistency and how this KIP proposes to resolve it.

...