Skip to content

Commit 88105af

Browse files
committed
Can no longer have coordinator_id if coordinator_unknown()
1 parent 3b26839 commit 88105af

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kafka/coordinator/base.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,6 @@ def ensure_coordinator_known(self):
193193
"""
194194
while self.coordinator_unknown():
195195

196-
# Dont look for a new coordinator node if we are just waiting
197-
# for connection to finish
198-
if self.coordinator_id is not None:
199-
self._client.poll()
200-
continue
201-
202196
future = self._send_group_coordinator_request()
203197
self._client.poll(future=future)
204198

0 commit comments

Comments
 (0)