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

Handle receiving empty member assignment #567

Merged
merged 8 commits into from
Nov 29, 2019

Commits on Nov 28, 2019

  1. Handle receiving empty member assignment

    Fixes #550
    Nevon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    f31886f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743a569 View commit details
    Browse the repository at this point in the history
  3. Update JSDoc

    Nevon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    48eee27 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'handle-empty-member-assignment' of github.com:tulios/ka…

    …fkajs into handle-empty-member-assignment
    Nevon committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    02d6680 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb978b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cffcfea View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Integration test for reproducing #550

    The test assigner only returns assignments for the first member of the
    group, and not the second one. Without #567 the second consumer will
    crash when trying to decode the missing assignment.
    Nevon committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    9c97aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2351030 View commit details
    Browse the repository at this point in the history