Skip to content

Commit ea7187d

Browse files
StephenSorriaux88manpreet
authored andcommitted
Fix CreatePartitionsRequest_v0 (dpkp#1469)
1 parent 4ee87c7 commit ea7187d

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
@@ -450,7 +450,7 @@ class CreatePartitionsRequest_v0(Request):
450450
('topic', String('utf-8')),
451451
('new_partitions', Schema(
452452
('count', Int32),
453-
('assignment', Array(Int32)))))),
453+
('assignment', Array(Array(Int32))))))),
454454
('timeout', Int32),
455455
('validate_only', Boolean)
456456
)

0 commit comments

Comments
 (0)