Skip to content

Commit 6163aa3

Browse files
StephenSorriauxdpkp
authored andcommitted
Fix CreatePartitionsRequest_v0 (#1469)
1 parent 4267ed5 commit 6163aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/protocol/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ class CreatePartitionsRequest_v0(Request):
355355
('topic', String('utf-8')),
356356
('new_partitions', Schema(
357357
('count', Int32),
358-
('assignment', Array(Int32)))))),
358+
('assignment', Array(Array(Int32))))))),
359359
('timeout', Int32),
360360
('validate_only', Boolean)
361361
)

0 commit comments

Comments
 (0)