Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Merge pull request #623 from dpkp/kafka-3318 | Dana Powers | 2016-04-05 | 12 | -99/+121 |
|\ | | | | | KAFKA-3318: clean up consumer logging and error messages | ||||
| * | 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 | 5 | -86/+115 |
|/ | |||||
* | Update imports from kafka.common -> kafka.errors / kafka.structs | Dana Powers | 2016-04-05 | 41 | -127/+111 |
| | |||||
* | Split kafka.common into kafka.structs and kafka.errors | Dana Powers | 2016-04-05 | 3 | -488/+489 |
| | |||||
* | Merge pull request #611 from dpkp/sock_send_bytes | Dana Powers | 2016-04-05 | 3 | -15/+110 |
|\ | | | | | Handle partial socket send() | ||||
| * | 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 |
| | | |||||
| * | Add BrokerConnection.send tests | Dana Powers | 2016-04-05 | 1 | -9/+102 |
|/ | |||||
* | 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 | 7 | -344/+420 |
|\ | | | | | Refactor NodeNotReadyError handling | ||||
| * | Improve KafkaClient connect and ready handlingnode_not_ready | Dana Powers | 2016-04-04 | 2 | -70/+59 |
| | | | | | | | | | | | | - 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 |
| | | |||||
| * | Add basic unit test coverage for BrokerConnection | Dana Powers | 2016-04-04 | 1 | -0/+82 |
| | | |||||
| * | 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 | ||||
| * | Move old KafkaConnection tests to test_conn_legacy | Dana Powers | 2016-04-04 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #620 from dpkp/issue_619 | Dana Powers | 2016-04-04 | 2 | -39/+57 |
|\ \ | |/ |/| | Improve auto commit task handling with no consumer group | ||||
| * | Improve auto-commit task handling when group_id is Noneissue_619 | Dana Powers | 2016-04-03 | 1 | -20/+22 |
| | | |||||
| * | Test _maybe_auto_commit_offsets_sync when group_id is None | Dana Powers | 2016-04-03 | 1 | -19/+35 |
|/ | |||||
* | Merge pull request #615 from TimEvens/master | Dana Powers | 2016-03-30 | 6 | -36/+101 |
|\ | | | | | Kafka IPv6 Support. | ||||
| * | Changed transltae to replace to support python 3 | Tim Evens | 2016-03-30 | 1 | -1/+2 |
| | | |||||
| * | Kafka IPv6 Support. | Tim Evens | 2016-03-30 | 6 | -36/+100 |
|/ | | | | | | 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/windows | Dana Powers | 2016-03-24 | 5 | -11/+83 |
|\ | | | | | Updates to support Windows | ||||
| * | Skip test that fails on windowswindows | Dana Powers | 2016-03-17 | 1 | -0/+2 |
| | | |||||
| * | Handle windows socket error codes in BrokerConnection | Dana Powers | 2016-03-17 | 1 | -4/+6 |
| | | |||||
| * | Use socketpair for KafkaClient wake pipe windows compatibility | Dana Powers | 2016-03-17 | 2 | -6/+65 |
| | | |||||
| * | Fallback to curl if wget is not available | Dana Powers | 2016-03-17 | 1 | -1/+10 |
| | | |||||
* | | Ignore more kafka-bin rcs -- useful during release testing | Dana Powers | 2016-03-23 | 1 | -1/+1 |
| | | |||||
* | | Remove errant next(consumer) from consumer documentation | Dana Powers | 2016-03-22 | 2 | -2/+0 |
| | | |||||
* | | Add 0.10.0.0 test fixture properties files | Dana Powers | 2016-03-21 | 3 | -0/+179 |
| | | |||||
* | | Add producer.flush() to usage docs | Dana Powers | 2016-03-18 | 3 | -4/+19 |
| | | |||||
* | | Merge pull request #606 from zackdever/partition-leader-errors | Dana Powers | 2016-03-17 | 2 | -4/+5 |
|\ \ | | | | | | | Catch all errors thrown by _get_leader_for_partition in SimpleClient | ||||
| * | | catch all errors thrown by _get_leader_for_partition in SimpleClient | Zack Dever | 2016-03-17 | 2 | -4/+5 |
|/ / | |||||
* | | Merge pull request #602 from zackdever/KAFKA-2698 | Dana Powers | 2016-03-17 | 3 | -5/+38 |
|\ \ | | | | | | | KAFKA-2698: add paused API | ||||
| * | | KAFKA-2698: add paused API | Zack Dever | 2016-03-16 | 3 | -5/+38 |
| |/ | |||||
* | | Add default_offset_commit_callback to KafkaConsumer DEFAULT_CONFIGS | Dana Powers | 2016-03-17 | 1 | -0/+1 |
| | | |||||
* | | Bump version for development | Dana Powers | 2016-03-17 | 1 | -1/+1 |
|/ | |||||
* | Release 1.0.21.0.2 | Dana Powers | 2016-03-14 | 1 | -1/+1 |
| | |||||
* | Update changelog for 1.0.2 release | Dana Powers | 2016-03-14 | 2 | -0/+67 |
| | |||||
* | Merge pull request #599 from zackdever/travis-master-deploy | Dana Powers | 2016-03-14 | 1 | -3/+1 |
|\ | | | | | Only deploy master branch now that travis bug is fixed. | ||||
| * | Only deploy master branch now that travis bug is fixed. | Zack Dever | 2016-03-14 | 1 | -3/+1 |
| | | | | | | | | | | This https://github.com/travis-ci/travis-ci/issues/1675 is now closed, but I don't know of a good way to test this. | ||||
* | | Attempt to clarify error message on consumer subscribe/assign assert failure | Dana Powers | 2016-03-14 | 1 | -2/+5 |
| | | |||||
* | | Merge pull request #598 from zackdever/producer-optimization | Dana Powers | 2016-03-14 | 2 | -5/+8 |
|\ \ | |/ |/| | Producer optimization | ||||
| * | remove unused import. needed a change to kick travis. | Zack Dever | 2016-03-14 | 1 | -1/+0 |
| | | |||||
| * | make Sender._topics_to_add a set instead of a list | Zack Dever | 2016-03-14 | 1 | -3/+4 |
| | |