Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KIP-392: Allow consumers to fetch from closest replica #1822

Merged
merged 4 commits into from Nov 6, 2020

Commits on May 11, 2020

  1. Copy the full SHA
    98e0584 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Copy the full SHA
    a471995 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. partitionConsumer: continue preferred read replica changes

    Address comments on IBM#1696.
    
    Change to only adding and using a new preferredReadReplica field.
    
    Move setting of the preferredReadReplica field up in
    parseResponse. This causes the returned preferred read replica to be
    used even if there are no records in the fetch response.
    
    Set FetchResponse.PreferredReadReplica to -1 when decoding versions
    prior to 11.
    
    Add more tests.
    
    Change consumeMsgs in functional tests to use subtests to reduce
    number of outstanding connections.
    danp committed Oct 4, 2020
    Copy the full SHA
    f5275c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Copy the full SHA
    14ab60f View commit details
    Browse the repository at this point in the history