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

Admin protocol updates #1948

Merged
merged 11 commits into from Dec 29, 2019
Merged

Admin protocol updates #1948

merged 11 commits into from Dec 29, 2019

Commits on Nov 8, 2019

  1. Add CreateTopics v3

    Tyler Lubeck committed Nov 8, 2019
    Copy the full SHA
    4d9b801 View commit details
    Browse the repository at this point in the history
  2. Add admin support for DeleteTopics v2-3

    Tyler Lubeck committed Nov 8, 2019
    Copy the full SHA
    c2a2ea6 View commit details
    Browse the repository at this point in the history
  3. Add admin support for ListGroups v2

    Tyler Lubeck committed Nov 8, 2019
    Copy the full SHA
    5275b69 View commit details
    Browse the repository at this point in the history
  4. Add support for DescribeGroups api v2 and v3

    Tyler Lubeck committed Nov 8, 2019
    Copy the full SHA
    6532115 View commit details
    Browse the repository at this point in the history
  5. Add support for SaslAuthenticate v1

    Tyler Lubeck committed Nov 8, 2019
    Copy the full SHA
    029565b View commit details
    Browse the repository at this point in the history
  6. Add support for CreatePartitions API v1

    Tyler Lubeck committed Nov 8, 2019
    Copy the full SHA
    ae15e15 View commit details
    Browse the repository at this point in the history
  7. Add support for ApiVersions API v2

    Tyler Lubeck committed Nov 8, 2019
    Copy the full SHA
    0a0903d View commit details
    Browse the repository at this point in the history
  8. Add support for AlterConfigs API v1

    Tyler Lubeck committed Nov 8, 2019
    Copy the full SHA
    bccc1d8 View commit details
    Browse the repository at this point in the history
  9. Add support for DescribeConfigs API v2

    Tyler Lubeck committed Nov 8, 2019
    Copy the full SHA
    fa35d52 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Fix typo and test for ABC implementation

    python > 3.3 will error at runtime so while this test is extraneous
    it'll help catch typos like this
    Tyler Lubeck committed Nov 15, 2019
    Copy the full SHA
    0325cfb View commit details
    Browse the repository at this point in the history
  2. Add ResponseType for CreatePartitionsRequest_v1

    Tyler Lubeck committed Nov 15, 2019
    Copy the full SHA
    5008fda View commit details
    Browse the repository at this point in the history