Skip to content

Commit 9ce35a7

Browse files
committed
Default to empty bootstrap metadata in ClusterMetadata
1 parent fa2e991 commit 9ce35a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ClusterMetadata(object):
4040
DEFAULT_CONFIG = {
4141
'retry_backoff_ms': 100,
4242
'metadata_max_age_ms': 300000,
43-
'bootstrap_servers': 'localhost',
43+
'bootstrap_servers': [],
4444
}
4545

4646
def __init__(self, **configs):

0 commit comments

Comments
 (0)