summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to add ssl support to kafka fixturesssl_supportDana Powers2016-04-095-10/+44
|
* Add SSL configuration kwargs to KafkaClient, KafkaConsumer, KafkaProducerDana Powers2016-04-093-0/+63
|
* Check for pending ssl bytes in KafkaClient loopDana Powers2016-04-091-0/+12
|
* Update conn fixture to check for HANDSHAKE stateDana Powers2016-04-091-1/+2
|
* Handle SSL HANDSHAKE state in KafkaClient state change handlerDana Powers2016-04-091-2/+4
|
* Add ssl support to BrokerConnectionDana Powers2016-04-091-3/+91
|
* Merge pull request #640 from dpkp/selectorsDana Powers2016-04-093-33/+682
|\ | | | | Manage non-blocking I/O events with selectors module
| * Use selectors module in KafkaClientselectorsDana Powers2016-04-092-33/+47
| |
| * Vendor selectors34 moduleDana Powers2016-04-081-0/+635
|/
* Merge pull request #639 from dpkp/conn_state_callbackDana Powers2016-04-083-110/+174
|\ | | | | Use KafkaClient callback to manage BrokerConnection state changes
| * Add state_change_callback to bootstrap connectionconn_state_callbackDana Powers2016-04-082-3/+12
| |
| * 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-082-29/+43
| | | | | | | | callback
| * Add state_change_callback to BrokerConnectionDana Powers2016-04-081-0/+8
| |
| * Move check_version() logic to BrokerConnectionDana Powers2016-04-082-78/+99
|/
* Split test_ready to test_is_readyDana Powers2016-04-081-34/+21
|
* Speedup some failover tests w/ shorter SimpleClient timeoutDana Powers2016-04-081-1/+1
|
* Reduce batch time in producer integration test (speedup test)Dana Powers2016-04-081-2/+5
|
* Default sleep=True in client.pollDana Powers2016-04-084-7/+7
|
* 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-083-8/+16
|
* 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
|
* Merge pull request #636 from dpkp/french_connectionDana Powers2016-04-078-74/+64
|\ | | | | Simplify connection logic
| * Cleanup AF_INET import in conn fixturefrench_connectionDana Powers2016-04-071-1/+1
| |
| * Consolidate conn fixture definitionsDana Powers2016-04-074-42/+19
| |
| * 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
|/
* Update 0.9.0.0 configuration defaults so they are consistent with official ↵Dana Powers2016-04-071-4/+3
| | | | release
* Merge updates from PR 573 into README (serializer/deserializer examples)Dana Powers2016-04-071-2/+2
|
* Merge pull request #628 from dpkp/kafka-2136Dana Powers2016-04-065-14/+57
|\ | | | | KAFKA-2136: support Fetch and Produce v1 (throttle_time_ms)
| * KAFKA-2136: support Fetch and Produce v1 (throttle_time_ms)kafka-2136Dana Powers2016-04-065-14/+57
| |
* | Catch more producer exceptions in failover testsDana Powers2016-04-061-3/+6
|/
* 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
| |
* | Merge pull request #630 from dpkp/protocol_versionsDana Powers2016-04-0620-164/+279
|\ \ | |/ |/| Use version-indexed lists for request/response protocol structs
| * Use version-indexed lists for request/response protocol structsprotocol_versionsDana Powers2016-04-0520-164/+279
|/
* Merge pull request #623 from dpkp/kafka-3318Dana Powers2016-04-0512-99/+121
|\ | | | | KAFKA-3318: clean up consumer logging and error messages
| * 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-055-86/+115
|/
* Update imports from kafka.common -> kafka.errors / kafka.structsDana Powers2016-04-0541-127/+111
|
* Split kafka.common into kafka.structs and kafka.errorsDana Powers2016-04-053-488/+489
|