Skip to content

Commit f399a59

Browse files
committed
FetchRequest v8
1 parent 7f04909 commit f399a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/consumer/fetcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ def _create_fetch_requests(self):
686686
"""
687687
# create the fetch info as a dict of lists of partition info tuples
688688
# which can be passed to FetchRequest() via .items()
689-
version = self._client.api_version(FetchRequest, max_version=7)
689+
version = self._client.api_version(FetchRequest, max_version=8)
690690
fetchable = collections.defaultdict(dict)
691691

692692
for partition in self._fetchable_partitions():

0 commit comments

Comments
 (0)