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

Inconsistency in Kafka Documentation

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 2.2.1
    • None
    • documentation
    • None

    Description

      Dears,

      Two parts (referenced below) of documentation are not quite consistent.

      In one text we can read, that max.poll.interval.ms has defaut value Integer.MAX_VALUE, in the other it is 300 000.

      Part 1.

      The default values for two configurations of the StreamsConfig class were changed to improve the resiliency of Kafka Streams applications. The internal Kafka Streams producer retries default value was changed from 0 to 10. The internal Kafka Streams consumer max.poll.interval.ms default value was changed from 300000 to Integer.MAX_VALUE.

       
      Part 2. - Table

      max.poll.interval.ms The maximum delay between invocations of poll() when using consumer group management. This places an upper bound on the amount of time that the consumer can be idle before fetching more records. If poll() is not called before expiration of this timeout, then the consumer is considered failed and the group will rebalance in order to reassign the partitions to another member. int 300000 [1,...] medium

      Which value is then default

      Attachments

        Activity

          People

            Unassigned Unassigned
            habdank Seweryn Habdank-Wojewodzki
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: