summaryrefslogtreecommitdiff
path: root/kafka
Commit message (Collapse)AuthorAgeFilesLines
* Use selectors module in KafkaClientselectorsDana Powers2016-04-091-32/+33
|
* Vendor selectors34 moduleDana Powers2016-04-081-0/+635
|
* Add state_change_callback to bootstrap connectionconn_state_callbackDana Powers2016-04-081-1/+4
|
* Drop bootstrap connection once first normal broker is connectedDana Powers2016-04-081-0/+6
|
* Add private _refresh_on_disconnects flag to KafkaClientDana Powers2016-04-081-2/+8
|
* Move state logic from KafkaClient._maybe_connect to _conn_state_change as ↵Dana Powers2016-04-081-19/+19
| | | | callback
* Add state_change_callback to BrokerConnectionDana Powers2016-04-081-0/+8
|
* Move check_version() logic to BrokerConnectionDana Powers2016-04-082-78/+99
|
* Default sleep=True in client.pollDana Powers2016-04-083-3/+3
|
* Make _wake_r socket non-blocking; drop select from _clear_wake_fdDana Powers2016-04-081-3/+4
|
* More _maybe_connect refactoring -- preparing for selectorsDana Powers2016-04-081-7/+15
|
* Can no longer have coordinator_id if coordinator_unknown()Dana Powers2016-04-081-6/+0
|
* Add BrokerConnection.disconnected() method; update testsDana Powers2016-04-081-0/+4
|
* Drop timeout param from BrokerConnection.recv()Dana Powers2016-04-081-8/+1
|
* Raise ConnectionError immediately on disconnect in SimpleClient._get_connDana Powers2016-04-081-1/+8
|
* Use conn.connecting() checks to support multiple connecting statesDana Powers2016-04-071-3/+3
|
* Refactor SimpleClient connect logic to support multiple connecting statesDana Powers2016-04-071-11/+26
|
* Track last_failure in BrokerConnection.close()Dana Powers2016-04-071-2/+1
|
* Simplify connect logic furtherDana Powers2016-04-071-15/+14
|
* KAFKA-2136: support Fetch and Produce v1 (throttle_time_ms)kafka-2136Dana Powers2016-04-065-14/+57
|
* Merge pull request #634 from dpkp/fetchDana Powers2016-04-061-18/+32
|\ | | | | Small improvements to fetching logic
| * Dont send FetchRequest for (obviously) pending datafetchDana Powers2016-04-061-3/+12
| |
| * Increase coverage of StopIteration check in _unpack_message_setDana Powers2016-04-061-15/+15
| |
| * Log debug messages when skipping fetched messages due to offset checksDana Powers2016-04-061-0/+5
| |
* | Use version-indexed lists for request/response protocol structsprotocol_versionsDana Powers2016-04-0514-101/+215
|/
* Remove unused importskafka-3318Dana Powers2016-04-057-12/+2
|
* KAFKA-3013: Include topic-partition in exception for expired batchesDana Powers2016-04-051-1/+4
|
* KAFKA-3318: clean up consumer logging and error messagesDana Powers2016-04-054-83/+112
|
* Update imports from kafka.common -> kafka.errors / kafka.structsDana Powers2016-04-0523-65/+57
|
* Split kafka.common into kafka.structs and kafka.errorsDana Powers2016-04-053-488/+489
|
* Handle partial socket send()sock_send_bytesDana Powers2016-04-051-4/+6
|
* Coerce exceptions to bool in Future.succeeded() and Future.failed()Dana Powers2016-04-051-2/+2
|
* Update max.block.ms docstringDana Powers2016-04-041-3/+5
|
* Merge pull request #589 from dpkp/node_not_readyDana Powers2016-04-044-61/+59
|\ | | | | Refactor NodeNotReadyError handling
| * Improve KafkaClient connect and ready handlingnode_not_readyDana Powers2016-04-041-26/+19
| | | | | | | | | | | | - merge _initiate and _finish into _maybe_connect - add connected(node_id) method - only short-circuit send() when not connected
| * Improve Coordinator Error handlingDana Powers2016-04-041-8/+14
| | | | | | | | | | | | | | - coordinator_unknown() should not check ready(node_id) - dont mark coordinator dead on not-ready or inflight-requests errors - improve coordinator and heartbeat logging - dont gate group metadata requests on ready() check [conn handles now]
| * Drop now-redundant ready() check in Fetcher._handle_offset_responseDana Powers2016-04-041-3/+0
| |
| * Improve Broker connection handling of not-ready nodesDana Powers2016-04-041-24/+26
| | | | | | | | | | | | | | - simplify connect state logic - add connecting() method to check state - add BrokerConnection details to exceptions - return NodeNotReady as Future if still connecting
* | Improve auto-commit task handling when group_id is Noneissue_619Dana Powers2016-04-031-20/+22
|/
* Changed transltae to replace to support python 3Tim Evens2016-03-301-1/+2
|
* Kafka IPv6 Support.Tim Evens2016-03-303-18/+63
| | | | | | IPv6 address without port can be defined as the IPv6 address. If the address is a hostname or if a port is included, then the address MUST be wrapped in brackets [] (E.g. [somehost]:1234 or [fd00:1001::2]:1234).
* Merge pull request #603 from dpkp/windowsDana Powers2016-03-243-10/+71
|\ | | | | Updates to support Windows
| * Handle windows socket error codes in BrokerConnectionDana Powers2016-03-171-4/+6
| |
| * Use socketpair for KafkaClient wake pipe windows compatibilityDana Powers2016-03-172-6/+65
| |
* | catch all errors thrown by _get_leader_for_partition in SimpleClientZack Dever2016-03-171-1/+2
| |
* | Merge pull request #602 from zackdever/KAFKA-2698Dana Powers2016-03-172-0/+13
|\ \ | | | | | | KAFKA-2698: add paused API
| * | KAFKA-2698: add paused APIZack Dever2016-03-162-0/+13
| |/
* | Add default_offset_commit_callback to KafkaConsumer DEFAULT_CONFIGSDana Powers2016-03-171-0/+1
| |
* | Bump version for developmentDana Powers2016-03-171-1/+1
|/
* Release 1.0.21.0.2Dana Powers2016-03-141-1/+1
|