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

TopicCommand references outdated consumer property fetch.message.max.bytes

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.10.0.0
    • None

    Description

      TopicCommand gives the following warning.

      *****************************************************************************************************

          • WARNING: you are creating a topic where the the max.message.bytes is greater than the consumer ***
          • default. This operation is potentially dangerous. Consumers will get failures if their ***
          • fetch.message.max.bytes < the value you are using. ***
            *****************************************************************************************************
      • value set here: 1300000
      • Default Consumer fetch.message.max.bytes: 1048576
      • Default Broker max.message.bytes: 1000012

      fetch.message.max.bytes is used in the old consumer. We should reference
      max.partition.fetch.bytes in the new consumer instead.

      Attachments

        Activity

          People

            vahid Vahid Hashemian
            junrao Jun Rao
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: