diff --git a/confluent_server/confluent/main.py b/confluent_server/confluent/main.py index 604a426a..bb56d2c5 100644 --- a/confluent_server/confluent/main.py +++ b/confluent_server/confluent/main.py @@ -269,7 +269,7 @@ def run(args): pass webservice = httpapi.HttpApi(http_bind_host, http_bind_port) webservice.start() - while len(configmanager.list_collective()) >= 2: + while len(list(configmanager.list_collective())) >= 2: # If in a collective, stall automatic startup activity # until we establish quorum try: