summaryrefslogtreecommitdiff
path: root/kafka/conn.py
Commit message (Expand)AuthorAgeFilesLines
* Import structgssapi_authentication_completeDana Powers2017-10-101-1/+2
* Read gssapi token using decoded sizeDana Powers2017-10-081-8/+3
* Return gssapi errors via future -- outer layer will raise to userDana Powers2017-10-081-30/+33
* Fix GSSAPI authenticationDana Powers2017-10-081-42/+32
* Fix typoJeff Widman2017-10-061-1/+1
* Small fixes to SASL documentation and logging; validate security_protocol (#1...Dana Powers2017-10-031-21/+26
* Remove raw traceback (#1221)dbgasaway2017-10-011-3/+5
* Remove a few unused imports (#1188)James Lamb2017-08-291-1/+0
* BrokerConnection receive bytes pipe (#1032)Dana Powers2017-08-151-77/+84
* Added `beginning_offsets` and `end_offsets` API's and fixed @jeffwidman revie...Taras Voinarovskiy2017-08-071-1/+1
* Added basic support for offsets_for_times API. Still needs to group by nodes ...Taras Voinarovskiy2017-08-071-0/+1
* Add private map of api key -> min/max versions to BrokerConnection (#1169)Dana Powers2017-08-061-11/+21
* conn: Catch ssl.EOFErrors on Python3.3 so we close the failing conn (#1162)Hannu Valtonen2017-08-011-1/+3
* added gssapi support (Kerberos) for SASL (#1152)Harald2017-07-201-2/+75
* Use logging's built-in string interpolationJeff Widman2017-07-071-4/+4
* KIP-144: Exponential backoff for broker reconnections (#1124)Dana Powers2017-06-191-3/+37
* Warn dont raise on DNS lookup failures (#1091)Dana Powers2017-05-031-5/+7
* Timeout idle connections via connections_max_idle_ms (#1068)Dana Powers2017-04-101-2/+4
* Derive all api classes from Request / Response base classes (#1030)Dana Powers2017-03-141-4/+4
* Add client info logging re bootstrap; log connection attempts to balance with...Dana Powers2017-03-061-1/+1
* Small cleanup for #962Dana Powers2017-03-061-4/+9
* Added `max_bytes` option and FetchRequest_v3 usage. (#962)Taras Voinarovskyi2017-03-061-1/+24
* Add more debug-level connection loggingDana Powers2017-03-061-0/+7
* Do not need str(self) when formatting to %sDana Powers2017-03-061-16/+16
* When closing a broker connection without error, fail in-flight-requests with ...Dana Powers2017-03-031-1/+1
* Include the node id in BrokerConnection __repr__ (#1009)Dana Powers2017-03-031-2/+2
* Mark last_attempt time during connection close to fix blackout calculation (#...Dana Powers2017-03-031-0/+1
* Catch socket errors during ssl handshake (#1007)Dana Powers2017-03-031-1/+1
* Fix sasl reconnect bug: auth future must be reset on close (#1003)Dana Powers2017-03-031-0/+1
* Fix BrokerConnection api_version docs default (#909)Jeff Widman2017-02-281-4/+3
* Move BrokerConnection docstring to class (#968)Jeff Widman2017-02-081-68/+69
* Add support for Python built without ssl (#939) (#954)Sho Minagawa2017-02-031-17/+28
* Do not re-close a disconnected connectionDana Powers2017-01-191-1/+0
* Drop unused last_failure time from BrokerConnectionDana Powers2017-01-191-4/+1
* Use connection state functions where possibleDana Powers2017-01-191-0/+1
* Pass error to BrokerConnection.close()Dana Powers2017-01-191-19/+27
* Fix typo: coorelation --> correlation (#929)Jeff Widman2017-01-111-5/+5
* Make SSL warning list the correct Python versions (#924)Jeff Widman2017-01-041-3/+3
* Bug fix: ret = err => ret = err.errno (#907)guojh2016-12-171-1/+1
* Fixup doc references to max_in_flight_requests_per_connectionDana Powers2016-12-171-1/+1
* Fix typo: passowrd --> password (#901)Jeff Widman2016-12-121-1/+1
* DOC: Fix typo 'Defualt' -> 'Default'. (#895)Rolando (Max) Espinoza2016-11-301-1/+1
* When hostname lookup is necessary, do every connect (#812)Evan Bender2016-11-201-5/+9
* Always check for request timeouts (#887)Dana Powers2016-11-181-4/+4
* typo (#883)sharego2016-11-151-1/+1
* Update param in warning (#878)Dana Powers2016-11-141-2/+2
|\
| * Update param in warningJeff Widman2016-11-111-2/+2
* | Fix typosJeff Widman2016-11-141-2/+2
|/
* Monkeypatch max_in_flight_requests_per_connection when checking broker versio...Dana Powers2016-09-281-6/+11
* HOTFIX: Fix BrokerConnectionMetrics when sensors already exist (i.e., on reco...Dana Powers2016-08-081-11/+15