Skip to content

Commit 83b7145

Browse files
committed
fix offset commit response type version
1 parent 0a69996 commit 83b7145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/protocol/commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class OffsetCommitRequest_v6(Request):
171171
class OffsetCommitRequest_v7(Request):
172172
API_KEY = 8
173173
API_VERSION = 7
174-
RESPONSE_TYPE = OffsetCommitResponse_v6
174+
RESPONSE_TYPE = OffsetCommitResponse_v7
175175
SCHEMA = Schema(
176176
('group_id', String('utf-8')),
177177
('generation_id', Int32),

0 commit comments

Comments
 (0)