GitHub user toddpalino opened a pull request:

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

    KAFKA-5056: Add shuffling of FetchRequest requestInfo back to old consumer

    KIP-74 removed the shuffle of requestInfo from the FetchRequest 
constructor, moving the logic to the replica fetcher and new consumer API. This 
adds a shuffle back to the old consumer that uses the same logic as the 
deprecated constructor.

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

    $ git pull https://github.com/toddpalino/kafka trunk

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

    https://github.com/apache/kafka/pull/2843.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 #2843
    
----
commit c05916e4ab97765e9d00dd2bbe31c8b9e3a7e748
Author: tpalino <tpal...@linkedin.com>
Date:   2017-04-12T00:26:31Z

    Add shuffling of FetchRequest requestInfo back to old consumer
    
    KIP-74 removed the shuffle of requestInfo from the FetchRequest 
constructor, moving the logic to the replica fetcher and new consumer API. This 
adds a shuffle back to the old consumer that uses the same logic as the 
deprecated constructor.

----


---
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