Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | as per code review | Chris Lane | 2016-04-14 | 1 | -2/+2 | |
| | | ||||||
| * | to squelch the __del issue | Chris Lane | 2016-04-13 | 1 | -2/+4 | |
| | | ||||||
* | | instrument metrics for fetch requests | Zack Dever | 2016-04-13 | 2 | -65/+93 | |
| | | ||||||
* | | trying to use locks a little less. still not ideal. | Zack Dever | 2016-04-13 | 4 | -19/+18 | |
| | | ||||||
* | | Changing some commented out metrics to avoid future gotchas. | Zack Dever | 2016-04-13 | 2 | -4/+4 | |
| | | ||||||
* | | Beginnings of metrics instrumentation in kafka consumer. | Zack Dever | 2016-04-13 | 2 | -47/+53 | |
| | | | | | | | | | | | | This adds the parent metrics instance to kafka consumer, which will eventually be used to instrument everything under consumer. To start I ported the java consumer coordinator metrics. | |||||
* | | Basic dictionary reporter in place of the java JMX reporter. | Zack Dever | 2016-04-13 | 2 | -1/+84 | |
| | | ||||||
* | | Kafka metrics java port. No reporters or instrumentation. | Zack Dever | 2016-04-13 | 24 | -0/+1250 | |
|/ | | | | | There is no straight translation for the JMX reporter into python, so I'll do something else in a separate commit. | |||||
* | Add SSL configuration kwargs to KafkaClient, KafkaConsumer, KafkaProducer | Dana Powers | 2016-04-09 | 3 | -0/+63 | |
| | ||||||
* | Check for pending ssl bytes in KafkaClient loop | Dana Powers | 2016-04-09 | 1 | -0/+12 | |
| | ||||||
* | Handle SSL HANDSHAKE state in KafkaClient state change handler | Dana Powers | 2016-04-09 | 1 | -2/+4 | |
| | ||||||
* | Add ssl support to BrokerConnection | Dana Powers | 2016-04-09 | 1 | -3/+91 | |
| | ||||||
* | Use selectors module in KafkaClientselectors | Dana Powers | 2016-04-09 | 1 | -32/+33 | |
| | ||||||
* | Vendor selectors34 module | Dana Powers | 2016-04-08 | 1 | -0/+635 | |
| | ||||||
* | Add state_change_callback to bootstrap connectionconn_state_callback | Dana Powers | 2016-04-08 | 1 | -1/+4 | |
| | ||||||
* | Drop bootstrap connection once first normal broker is connected | Dana Powers | 2016-04-08 | 1 | -0/+6 | |
| | ||||||
* | Add private _refresh_on_disconnects flag to KafkaClient | Dana Powers | 2016-04-08 | 1 | -2/+8 | |
| | ||||||
* | Move state logic from KafkaClient._maybe_connect to _conn_state_change as ↵ | Dana Powers | 2016-04-08 | 1 | -19/+19 | |
| | | | | callback | |||||
* | Add state_change_callback to BrokerConnection | Dana Powers | 2016-04-08 | 1 | -0/+8 | |
| | ||||||
* | Move check_version() logic to BrokerConnection | Dana Powers | 2016-04-08 | 2 | -78/+99 | |
| | ||||||
* | Default sleep=True in client.poll | Dana Powers | 2016-04-08 | 3 | -3/+3 | |
| | ||||||
* | Make _wake_r socket non-blocking; drop select from _clear_wake_fd | Dana Powers | 2016-04-08 | 1 | -3/+4 | |
| | ||||||
* | More _maybe_connect refactoring -- preparing for selectors | Dana Powers | 2016-04-08 | 1 | -7/+15 | |
| | ||||||
* | Can no longer have coordinator_id if coordinator_unknown() | Dana Powers | 2016-04-08 | 1 | -6/+0 | |
| | ||||||
* | Add BrokerConnection.disconnected() method; update tests | Dana Powers | 2016-04-08 | 1 | -0/+4 | |
| | ||||||
* | Drop timeout param from BrokerConnection.recv() | Dana Powers | 2016-04-08 | 1 | -8/+1 | |
| | ||||||
* | Raise ConnectionError immediately on disconnect in SimpleClient._get_conn | Dana Powers | 2016-04-08 | 1 | -1/+8 | |
| | ||||||
* | Use conn.connecting() checks to support multiple connecting states | Dana Powers | 2016-04-07 | 1 | -3/+3 | |
| | ||||||
* | Refactor SimpleClient connect logic to support multiple connecting states | Dana Powers | 2016-04-07 | 1 | -11/+26 | |
| | ||||||
* | Track last_failure in BrokerConnection.close() | Dana Powers | 2016-04-07 | 1 | -2/+1 | |
| | ||||||
* | Simplify connect logic further | Dana Powers | 2016-04-07 | 1 | -15/+14 | |
| | ||||||
* | KAFKA-2136: support Fetch and Produce v1 (throttle_time_ms)kafka-2136 | Dana Powers | 2016-04-06 | 5 | -14/+57 | |
| | ||||||
* | Merge pull request #634 from dpkp/fetch | Dana Powers | 2016-04-06 | 1 | -18/+32 | |
|\ | | | | | Small improvements to fetching logic | |||||
| * | Dont send FetchRequest for (obviously) pending datafetch | Dana Powers | 2016-04-06 | 1 | -3/+12 | |
| | | ||||||
| * | Increase coverage of StopIteration check in _unpack_message_set | Dana Powers | 2016-04-06 | 1 | -15/+15 | |
| | | ||||||
| * | Log debug messages when skipping fetched messages due to offset checks | Dana Powers | 2016-04-06 | 1 | -0/+5 | |
| | | ||||||
* | | Use version-indexed lists for request/response protocol structsprotocol_versions | Dana Powers | 2016-04-05 | 14 | -101/+215 | |
|/ | ||||||
* | Remove unused importskafka-3318 | Dana Powers | 2016-04-05 | 7 | -12/+2 | |
| | ||||||
* | KAFKA-3013: Include topic-partition in exception for expired batches | Dana Powers | 2016-04-05 | 1 | -1/+4 | |
| | ||||||
* | KAFKA-3318: clean up consumer logging and error messages | Dana Powers | 2016-04-05 | 4 | -83/+112 | |
| | ||||||
* | Update imports from kafka.common -> kafka.errors / kafka.structs | Dana Powers | 2016-04-05 | 23 | -65/+57 | |
| | ||||||
* | Split kafka.common into kafka.structs and kafka.errors | Dana Powers | 2016-04-05 | 3 | -488/+489 | |
| | ||||||
* | Handle partial socket send()sock_send_bytes | Dana Powers | 2016-04-05 | 1 | -4/+6 | |
| | ||||||
* | Coerce exceptions to bool in Future.succeeded() and Future.failed() | Dana Powers | 2016-04-05 | 1 | -2/+2 | |
| | ||||||
* | Update max.block.ms docstring | Dana Powers | 2016-04-04 | 1 | -3/+5 | |
| | ||||||
* | Merge pull request #589 from dpkp/node_not_ready | Dana Powers | 2016-04-04 | 4 | -61/+59 | |
|\ | | | | | Refactor NodeNotReadyError handling | |||||
| * | Improve KafkaClient connect and ready handlingnode_not_ready | Dana Powers | 2016-04-04 | 1 | -26/+19 | |
| | | | | | | | | | | | | - merge _initiate and _finish into _maybe_connect - add connected(node_id) method - only short-circuit send() when not connected | |||||
| * | Improve Coordinator Error handling | Dana Powers | 2016-04-04 | 1 | -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_response | Dana Powers | 2016-04-04 | 1 | -3/+0 | |
| | | ||||||
| * | Improve Broker connection handling of not-ready nodes | Dana Powers | 2016-04-04 | 1 | -24/+26 | |
| | | | | | | | | | | | | | | - simplify connect state logic - add connecting() method to check state - add BrokerConnection details to exceptions - return NodeNotReady as Future if still connecting |