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

Support setting api versions for consumer groups #367

Merged
merged 5 commits into from
Oct 1, 2019

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    9087c5c View commit details
    Browse the repository at this point in the history
  2. Fix default map value

    dantswain committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a6a179c View commit details
    Browse the repository at this point in the history
  3. This one weird trick to make your tests less flakey

    Was matching `{:ok, [_metadata]}` but if there are no known topics yet,
    the list will be empty.  So just match `{:ok, _metadata}`
    dantswain committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    4dd484f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1b36fe View commit details
    Browse the repository at this point in the history
  5. One more flakey test

    dantswain committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    2e7678e View commit details
    Browse the repository at this point in the history