Skip to content

Commit

Permalink
Default to empty bootstrap metadata in ClusterMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dpkp committed Mar 22, 2019
1 parent fa2e991 commit 9ce35a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ClusterMetadata(object):
DEFAULT_CONFIG = {
'retry_backoff_ms': 100,
'metadata_max_age_ms': 300000,
'bootstrap_servers': 'localhost',
'bootstrap_servers': [],
}

def __init__(self, **configs):
Expand Down

0 comments on commit 9ce35a7

Please sign in to comment.