Follow-up to #1068: remove not-implemented comments

This commit is contained in:
Dana Powers 2017-04-10 12:38:02 -07:00
parent a503682ee6
commit 120410bcb4
2 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ class KafkaConsumer(six.Iterator):
'ssl_password': None,
'api_version': None,
'api_version_auto_timeout_ms': 2000,
'connections_max_idle_ms': 9 * 60 * 1000, # Not implemented yet
'connections_max_idle_ms': 9 * 60 * 1000,
'metric_reporters': [],
'metrics_num_samples': 2,
'metrics_sample_window_ms': 30000,

View File

@ -266,7 +266,7 @@ class KafkaProducer(object):
'linger_ms': 0,
'partitioner': DefaultPartitioner(),
'buffer_memory': 33554432,
'connections_max_idle_ms': 9 * 60 * 1000, # not implemented yet
'connections_max_idle_ms': 9 * 60 * 1000,
'max_block_ms': 60000,
'max_request_size': 1048576,
'metadata_max_age_ms': 300000,