We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6137aed commit feb3caeCopy full SHA for feb3cae
kafka/protocol/fetch.py
@@ -287,7 +287,7 @@ class FetchRequest_v7(Request):
287
('log_start_offset', Int64),
288
('max_bytes', Int32))))),
289
('forgotten_topics_data', Array(
290
- ('topic', String),
+ ('topic', String('utf-8')),
291
('partitions', Array(Int32))
292
)),
293
)
@@ -327,7 +327,7 @@ class FetchRequest_v9(Request):
327
328
329
330
331
('partitions', Array(Int32)),
332
333
@@ -367,7 +367,7 @@ class FetchRequest_v11(Request):
367
368
369
370
371
372
373
('rack_id', String('utf-8')),
0 commit comments