Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-9332

change how to get joinGroupTimeoutMs

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0.0, 2.2.0
    • 2.0.0
    • consumer
    • None

    Description

      in the AbstractCoordinator class

      int joinGroupTimeoutMs = Math.max(rebalanceTimeoutMs, rebalanceTimeoutMs + 5000);

      l think  rebalanceTimeoutMs + 5000 is always greater than rebalanceTimeoutMs,It would be better to write  joinGroupTimeoutMs = rebalanceTimeoutMs + 5000。

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kakaxi qianrui
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: