GitHub user apurvam opened a pull request:

    https://github.com/apache/kafka/pull/3374

    KAFKA-5032: Update the docs for message size configs across the board

    Before 0.11, we used to have limits for maximum message size on the 
producer, broker, and consumer side.
    
    From 0.11 onward, these limits apply to record batches as a whole. This 
patch updates the documentation of the configs to make this explicit. 
    
    A separate patch will have more extensive upgrade notes to tie all the 
changes together in one narrative. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apurvam/kafka KAFKA-5032-message-size-docs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3374.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 #3374
    
----
commit b8e1379a54d21141a22694b2aa6d422709bfb89f
Author: Apurva Mehta <apu...@confluent.io>
Date:   2017-06-19T21:20:03Z

    Change references to 'message' in the size options to 'record batch', since 
everything is written and read in batches in the current version.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to