[ https://issues.apache.org/jira/browse/KAFKA-3579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15254287#comment-15254287 ]
ASF GitHub Bot commented on KAFKA-3579: --------------------------------------- GitHub user vahidhashemian reopened a pull request: https://github.com/apache/kafka/pull/1239 KAFKA-3579 - Update reference to the outdated consumer property Replace references to the old consumer property 'fetch.message.max.bytes' with the corresponding property in the new consumer 'max.partition.fetch.bytes'. You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka KAFKA-3579 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1239.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1239 ---- commit 0940eb35c989cb2610ccc152f368d80a87683ea1 Author: Vahid Hashemian <vahidhashem...@us.ibm.com> Date: 2016-04-19T18:21:45Z KAFKA-3579 - Update reference to the outdated consumer property Replace references to the old consumer property 'fetch.message.max.bytes' with the corresponding property in the new consumer 'max.partition.fetch.bytes'. Also create and leverage a static variable for the default value of the new consumer property. ---- > TopicCommand references outdated consumer property fetch.message.max.bytes > --------------------------------------------------------------------------- > > Key: KAFKA-3579 > URL: https://issues.apache.org/jira/browse/KAFKA-3579 > Project: Kafka > Issue Type: Improvement > Reporter: Jun Rao > Assignee: Vahid Hashemian > Labels: newbie > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)