Versions Compared

Key

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

...

InvokeConsumerRebalance (introduced above) will trigger one rebalance immediately on static membership, which is mainly used for fast scale down/host replacement cases (we detect consumer failure faster than the session timeout). This API will send a  request a ConsumerRebalanceRequest to group coordinator, and the coordinator will decide whether to take this metadata change request based on its status at time.

...