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 bc5fc93 commit 7cffef4Copy full SHA for 7cffef4
kafka/admin/client.py
@@ -1352,7 +1352,7 @@ def describe_log_dirs(self):
1352
:return: A message future
1353
"""
1354
version = self._matching_api_version(DescribeLogDirsRequest)
1355
- if version <= 1:
+ if version <= 0:
1356
request = DescribeLogDirsRequest[version]()
1357
future = self._send_request_to_node(self._client.least_loaded_node(), request)
1358
self._wait_for_futures([future])
0 commit comments