summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update vendored berkerpeksag/selectors34 to ff61b82Dana Powers2017-03-031-3/+5
|
* Add sphinx formatting to hyperlink methods (#898)Jeff Widman2017-03-035-45/+47
|
* Replace %s with %r in producer debug log message (#973)Alex2017-03-031-1/+1
|
* Fix sasl reconnect bug: auth future must be reset on close (#1003)Dana Powers2017-03-031-0/+1
|
* Add send_list_offset_request for searching offset by timestamp (#1001)charsyam2017-03-023-0/+45
|
* Issue 985: Clear memory wait condition before raising Exception (#999)Dana Powers2017-03-021-0/+1
|
* Fix BrokerConnection api_version docs default (#909)Jeff Widman2017-02-284-16/+16
|
* Remove dead code (#967)Jeff Widman2017-02-282-78/+0
|
* Fail-fast on timeout constraint violations during KafkaConsumer creation (#986)Harel Ben-Attia2017-02-282-0/+21
|
* Drop bad disconnect test -- just use the mocked-socket test (#982)Dana Powers2017-02-241-27/+1
|
* PEP-8: Spacing & removed unused imports (#899)Jeff Widman2017-02-0912-67/+58
|
* Add MetadataRequest_v2 and MetadataResponse_v2 structures for KIP-78 (#974)Taras Voinarovskyi2017-02-091-2/+34
|
* KIP-88 / KAFKA-3853: OffsetFetch v2 structs (#971)Jeff Widman2017-02-081-2/+30
|
* Move BrokerConnection docstring to class (#968)Jeff Widman2017-02-081-68/+69
|
* DRY-up the MetadataRequest_v1 struct (#966)Jeff Widman2017-02-081-4/+5
|
* Add JoinGroup v1 structs (#965)Jeff Widman2017-02-081-2/+25
| | | The JoinGroupRequest struct added a rebalance_timeout as part of KIP-62 / KAFKA-3888
* DRY-up the OffsetCommitResponse Structs (#970)Jeff Widman2017-02-031-17/+5
|
* DRY-up the OffsetFetch structs (#964)Jeff Widman2017-02-031-17/+4
|
* time --> timestamp to match Java API (#969)Jeff Widman2017-02-031-1/+1
|
* Use select to poll sockets for read to reduce CPU usage (#958)Jianbin Wei2017-02-031-0/+10
|
* Fix raise exception from SubscriptionState.assign_from_subscribed (#960)Petr Šebek2017-02-031-1/+1
|
* Add support for Python built without ssl (#939) (#954)Sho Minagawa2017-02-031-17/+28
|
* use select.select without instance bounding (#949)adamwen2017-01-231-1/+1
| | | berkerpeksag/selectors34@6128e06
* Update to 0.10.1.1 for integration testing (#953)Dana Powers2017-01-236-4/+192
|
* Move docstring so it shows up in Sphinx/RTD (#952)Jeff Widman2017-01-211-83/+83
|
* Add support for offsetRequestV1 messages (#951)Julien Lafaye2017-01-191-3/+32
|
* 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-192-3/+4
|
* Pass error to BrokerConnection.close()Dana Powers2017-01-192-20/+28
|
* Add FetchRequest/Response_v3 structs (#943)Jeff Widman2017-01-181-2/+28
|
* Add CreateTopics / DeleteTopics Structs (#944)Jeff Widman2017-01-181-2/+60
|
* Default max_poll_records to Java default of 500 (#947)Jeff Widman2017-01-181-2/+2
|
* Remove non-pip install instructions (#940)Jeff Widman2017-01-121-14/+0
|
* Spelling and grammar changes (#923)melissacrawford3962017-01-114-90/+88
|
* Update pytest fixtures to new yield syntax (#919)Jeff Widman2017-01-112-10/+6
|
* 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
|
* Bump version for developmentDana Powers2016-12-291-1/+1
|
* Rearrange a few 1.3.2 changelog entriesDana Powers2016-12-292-6/+6
|
* Patch Release 1.3.21.3.2Dana Powers2016-12-283-2/+60
|
* Update changelogDana Powers2016-12-271-1/+2
|
* Fix of exception raise in case of auto_offset_reset is set to None in ↵Alexander Sibiryakov2016-12-271-2/+2
| | | | KafkaConsumer (#860)
* Add metadata update to pattern subscribing (#915)Dmitry Lazurkin2016-12-272-2/+27
|
* Add unreleased notes to changelogDana Powers2016-12-191-0/+49
|
* Add kafka.serializer interfaces (#912)Dana Powers2016-12-195-24/+67
|
* Add docstring for max_records (#897)Jeff Widman2016-12-191-0/+3
|
* Sort partitions before calling partitioner (#905)ms7s2016-12-192-1/+8
|
* Bug fix: ret = err => ret = err.errno (#907)guojh2016-12-171-1/+1
|
* Fix fetcher bug when processing offset out of range (#911)Dana Powers2016-12-171-1/+1
|