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

Consumer offset management #3

Closed
wants to merge 5 commits into from
Closed

Commits on Jul 30, 2013

  1. Add a GetBlock helper to the OffsetFetchResponse

    Evan Huus committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    aab6af4 View commit details
    Browse the repository at this point in the history
  2. Fetch the offset when starting a consumer

    Evan Huus committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    d7476a9 View commit details
    Browse the repository at this point in the history
  3. Have OffsetCommitResponse hold pointers to errors

    Otherwise we can't tell the difference between no error, and simply not
    receiving data for that partition. Also add a GetError helper function.
    Evan Huus committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    248eff9 View commit details
    Browse the repository at this point in the history
  4. Tweaks to fetchOffset

    Evan Huus committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    afd74f2 View commit details
    Browse the repository at this point in the history
  5. Implement Consumer.Commit, Fixes #2.

    Evan Huus committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    cc04b09 View commit details
    Browse the repository at this point in the history