diff options
author | Dana Powers <dana.powers@gmail.com> | 2019-03-23 18:31:34 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2019-03-23 18:31:34 -0700 |
commit | e64418e999db5e55ab2cdc62293f740bf03556b1 (patch) | |
tree | 498fd84ea98018e54c1d51192eb25c62b3d19bf5 /kafka/conn.py | |
parent | ce9c1d2e2b8d85b2f6c3b2a2ebd280246cfea07f (diff) | |
download | kafka-python-0_8_2_protocol_parser_too.tar.gz |
Revert 703f0659 / fix 0.8.2 protocol quick detection0_8_2_protocol_parser_too
Diffstat (limited to 'kafka/conn.py')
-rw-r--r-- | kafka/conn.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kafka/conn.py b/kafka/conn.py index 9353cf2..33950db 100644 --- a/kafka/conn.py +++ b/kafka/conn.py @@ -240,9 +240,6 @@ class BrokerConnection(object): self.node_id = self.config.pop('node_id') - if self.config['api_version'] is None: - self.config['api_version'] = self.DEFAULT_CONFIG['api_version'] - if self.config['receive_buffer_bytes'] is not None: self.config['socket_options'].append( (socket.SOL_SOCKET, socket.SO_RCVBUF, |