We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f04909 commit f399a59Copy full SHA for f399a59
kafka/consumer/fetcher.py
@@ -686,7 +686,7 @@ def _create_fetch_requests(self):
686
"""
687
# create the fetch info as a dict of lists of partition info tuples
688
# which can be passed to FetchRequest() via .items()
689
- version = self._client.api_version(FetchRequest, max_version=7)
+ version = self._client.api_version(FetchRequest, max_version=8)
690
fetchable = collections.defaultdict(dict)
691
692
for partition in self._fetchable_partitions():
0 commit comments