Fix ProduceResponse v2 throttle_time_ms

This commit is contained in:
Dana Powers
2016-07-17 14:49:13 -07:00
parent deebefa6ab
commit 436b2b2011

View File

@@ -41,7 +41,7 @@ class ProduceResponse_v2(Struct):
('error_code', Int16),
('offset', Int64),
('timestamp', Int64))))),
('thottle_time_ms', Int32)
('throttle_time_ms', Int32)
)