Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider rebalance_timeout on join request #943

Closed
wants to merge 1 commit into from

Commits on Jun 11, 2022

  1. Consider rebalance_timeout on join request

    This commit resolves zendesk#941.
    
    As the coordinator waits for each member to rejoin when rebalancing
    the group, the timeout of join request should be greater than
    rebalance_timeout. Otherwise, each member might send join requests
    over and over, and as a result, the following problems occur:
    
    * Some partitions are never processed until session_timeout passes
    * It takes much time for rebalance that occurs in a short time to finish
    abicky committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    310b483 View commit details
    Browse the repository at this point in the history