summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Dont wakeup during maybe_refresh_metadata -- it is only called by poll()maybe_refresh_metadata_no_wakeupDana Powers2019-03-302-6/+6
* Fixups to benchmark scripts for py3 / new KafkaFixture interfacebenchmark_fixupsDana Powers2019-03-302-4/+4
* Revert 703f0659 / fix 0.8.2 protocol quick detection (#1763)Dana Powers2019-03-272-6/+9
* Send pending requests before waiting for responses (#1762)Dana Powers2019-03-271-2/+4
* Rename ssl.keystore.location and ssl.truststore.location config filesDana Powers2019-03-2416-32/+36
* Dont do client wakeup when sending from sender thread (#1761)Dana Powers2019-03-242-6/+10
* Update sasl configuration docstringsDana Powers2019-03-235-24/+24
* Support SASL OAuthBearer Authentication (#1750)Phong Pham2019-03-227-6/+117
* Fix flaky conn tests that use time.time (#1758)Dana Powers2019-03-211-9/+12
* Add py to requirements-devDana Powers2019-03-211-0/+1
* Maintain shadow cluster metadata for bootstrapping (#1753)Dana Powers2019-03-212-35/+21
* Allow configuration of SSL Ciphers (#1755)Dana Powers2019-03-214-1/+28
* Wrap SSL sockets after connecting (#1754)Dana Powers2019-03-211-19/+11
* Generate SSL certificates for local testing (#1756)Dana Powers2019-03-211-0/+29
* Fix race condition in protocol.send_bytes (#1752)Filip Stefanak2019-03-211-1/+2
* Forgot compatibility section in docs/changelog.rstDana Powers2019-03-141-0/+8
* Bump version for developmentDana Powers2019-03-141-1/+1
* Release 1.4.51.4.5Dana Powers2019-03-144-2/+102
* Error if connections_max_idle_ms not larger than request_timeout_ms (#1688)Jeff Widman2019-03-142-5/+13
* Retry bootstrapping after backoff when necessary (#1736)Dana Powers2019-03-143-129/+112
* Fix default protocol parser versionDana Powers2019-03-131-0/+3
* Minor updates to client_async.pyDana Powers2019-03-131-4/+4
* Mock dns lookups in test_conn (#1739)Dana Powers2019-03-131-1/+8
* Recheck connecting nodes sooner when refreshing metadata (#1737)Dana Powers2019-03-132-4/+2
* Don't recheck version if api_versions data is already cached (#1738)Dana Powers2019-03-131-0/+3
* Attempt to join heartbeat thread during close() (#1735)Dana Powers2019-03-131-3/+6
* 1701 use last offset from fetch v4 if available (#1724)Keith So2019-03-133-0/+28
* Catch thrown OSError by python 3.7 when creating a connection (#1694)Daniel Johansson2019-03-121-0/+3
* Update travis test coverage: 2.7, 3.4, 3.7, pypy2.7 (#1614)Jeff Widman2019-03-126-11/+40
* Ignore lookup_coordinator result in commit_offsets_async (#1712)Faqa2019-03-121-1/+2
* Synchronize puts to KafkaConsumer protocol buffer during async sendsDana Powers2019-03-122-25/+60
* Do network connections and writes in KafkaClient.poll() (#1729)Dana Powers2019-03-086-57/+84
* Do not require client lock for read-only operations (#1730)Dana Powers2019-03-061-50/+50
* Use test.fixtures.version not test.conftest.version to avoid warnings (#1731)Dana Powers2019-03-064-8/+4
* Make NotEnoughReplicasError/NotEnoughReplicasAfterAppendError retriable (#1722)le-linh2019-03-031-0/+2
* Drop dependency on sphinxcontrib-napoleonStanislav Levin2019-02-271-1/+0
* Fix test_legacy_correct_metadata_response on x86 arch (#1718)Stanislav Levin2019-02-211-1/+1
* Remove unused importJeff Widman2019-01-281-1/+0
* Improve KafkaConsumer join group / only enable Heartbeat Thread during stable...Dana Powers2019-01-151-11/+23
* Travis CI: 'sudo' tag is now deprecated in Travis (#1698)cclauss2019-01-131-2/+0
* Remove unused `skip_double_compressed_messages`Jeff Widman2019-01-132-16/+0
* Timeout all unconnected conns (incl SSL) after request_timeout_msDana Powers2019-01-131-6/+8
* Fix `AttributeError` caused by `getattr()`Jeff Widman2019-01-071-1/+2
* Use Popen.communicate() instead of Popen.wait()Brian Sang2019-01-051-9/+10
* Fix SSL connection testing in Python 3.7Ben Weir2019-01-031-0/+7
* Fix response error checking in KafkaAdminClient send_to_controllerDana Powers2019-01-032-5/+15
* #1681 add copy() in metrics() to avoid thread safety issues (#1682)Tosi Émeric2018-12-272-4/+4
* Bugfix: Types need identity comparisonJeff Widman2018-12-131-1/+1
* Bump version for developmentDana Powers2018-11-201-1/+1
* Release 1.4.41.4.4Dana Powers2018-11-203-5/+42