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

Adds missing mock responses for mocking consumer group #1750

Merged
merged 2 commits into from Oct 16, 2020

Commits on Oct 15, 2020

  1. Adds MockJoinGroupResponse, MockLeaveGroupResponse, MockSyncGroupResp…

    …onse, MockHeartbeatResponse for mocking consumer groups
    
    Squashed commit of the following:
    
    commit d80a202
    Merge: 6dbd2ce 65f0fec
    Author: Kranti Deep <kranti.deep@razorpay.com>
    Date:   Sun Oct 11 22:37:51 2020 +0530
    
        Merge branch 'master' into cd/1577/consumer-group-mocks
    
    commit 6dbd2ce
    Merge: 94dce3e c1c2a08
    Author: Kranti Deep <kranti.deep@razorpay.com>
    Date:   Wed Aug 12 20:46:55 2020 +0530
    
        Merge branch 'master' into cd/1577/consumer-group-mocks
    
    commit 94dce3e
    Author: Kranti Deep <kranti.deep@razorpay.com>
    Date:   Sun Jul 12 23:05:21 2020 +0530
    
        change return type of MockJoinGroupResponse.For, MockHeartbeatResponse.For & MockLeaveGroupResponse.For to encoderWithHeader
    
    commit ac5ca79
    Merge: e81f001 5933302
    Author: Kranti Deep <kranti.deep@razorpay.com>
    Date:   Sun Jul 12 22:52:16 2020 +0530
    
        Merge branch 'master' into cd/1577/consumer-group-mocks
    
    commit e81f001
    Author: Carl Dunham <cdunham@gmail.com>
    Date:   Tue Feb 25 16:40:16 2020 -0500
    
        add basic mocks for consumer group responses
    Kranti Deep committed Oct 15, 2020
    Copy the full SHA
    bfa6061 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. ran gofmt

    Kranti Deep committed Oct 16, 2020
    Copy the full SHA
    9625fe3 View commit details
    Browse the repository at this point in the history