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

Add Request/Response structs for kafka broker 1.0.0 #1368

Merged
merged 1 commit into from
Feb 6, 2018

Conversation

dpkp
Copy link
Owner

@dpkp dpkp commented Feb 6, 2018

I scanned through the 1.0.0 api protocol support and added most that were missing. This does not include changes to admin apis, just the main producer/consumer clients.

@@ -87,7 +87,7 @@ class JoinGroupRequest_v2(Request):
JoinGroupRequest_v0, JoinGroupRequest_v1, JoinGroupRequest_v2
]
JoinGroupResponse = [
JoinGroupResponse_v0, JoinGroupResponse_v1, JoinGroupResponse_v1
Copy link
Collaborator

@jeffwidman jeffwidman Feb 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch 👍

@jeffwidman jeffwidman merged commit c0df771 into master Feb 6, 2018
@jeffwidman jeffwidman deleted the protocol_1_0_0 branch February 6, 2018 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants