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

group consumer heartbeat interval should be less than session timeout

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 4.0.0
    • None

    Description

      KIP-848 mentions:

      The member is expected to heartbeat every group.consumer.heartbeat.interval.ms in order to keep its session opened. If it does not heartbeat at least once within the group.consumer.session.timeout.ms, the group coordinator will kick the member out from the group.

      To avoid users configure group.consumer.heartbeat.interval.ms bigger than group.consumer.session.timeout.ms, we can add validation for it.

      We can do similar validation for group.share.heartbeat.interval.ms and group.share.session.timeout.ms as well.

      Attachments

        Issue Links

          Activity

            People

              yangpoan PoAn Yang
              yangpoan PoAn Yang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: