Skip to content

Commit 6a637e0

Browse files
committed
fix ListOffsetsRequest_v4
1 parent 3e4d295 commit 6a637e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/protocol/list_offsets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class ListOffsetsRequest_v4(Request):
166166
('topic', String('utf-8')),
167167
('partitions', Array(
168168
('partition', Int32),
169-
('current_leader_epoch', Int64),
169+
('current_leader_epoch', Int32),
170170
('timestamp', Int64)))))
171171
)
172172
DEFAULTS = {

0 commit comments

Comments
 (0)