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 6a637e0 commit 5d63ad9Copy full SHA for 5d63ad9
kafka/consumer/fetcher.py
@@ -576,7 +576,7 @@ def on_fail(err):
576
return list_offsets_future
577
578
def _send_list_offsets_request(self, node_id, timestamps_and_epochs):
579
- version = self._client.api_version(ListOffsetsRequest, max_version=3)
+ version = self._client.api_version(ListOffsetsRequest, max_version=4)
580
by_topic = collections.defaultdict(list)
581
for tp, (timestamp, leader_epoch) in six.iteritems(timestamps_and_epochs):
582
if version >= 4:
0 commit comments