Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add timestamps to basic test logging | Dana Powers | 2016-03-12 | 1 | -1/+2 | |
| | ||||||
* | Sync rendered fixture templates to disk to avoid races | Dana Powers | 2016-03-12 | 1 | -0/+8 | |
| | ||||||
* | Improve Zookeeper / Kafka Fixture management | Dana Powers | 2016-03-12 | 2 | -4/+22 | |
| | | | | | | - spawn fixtures via daemon threads - close fixtures atexit and in __del__ to avoid interpreter hangs - raise Exception on timeouts in open() | |||||
* | Merge pull request #567 from twm/patch-1 | Dana Powers | 2016-03-09 | 1 | -1/+1 | |
|\ | | | | | Silence suprious warnings | |||||
| * | Update base.py | Tom Most | 2016-02-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Our app uses `SimpleProducer` and logs lots of these warnings (from line 438): producer.stop() called, but producer is not async This destructor appears to be the cause. (Also, is it wise to do a thread join from a destructor?) | |||||
* | | Merge pull request #578 from stefanth/bugfix-stefanth-1 | Dana Powers | 2016-03-09 | 1 | -1/+1 | |
|\ \ | | | | | | | Bug fix: KafkaConsumer.position() | |||||
| * | | Bug fix: KafkaConsumer.position() | Stefán Þorvarðarson | 2016-03-09 | 1 | -1/+1 | |
|/ / | | | | | | | | | Method KafkaConsumer.position() was not refreshing position correctly when calling self._update_fetch_positions(). | |||||
* | | Merge pull request #573 from scribu/patch-1 | Dana Powers | 2016-03-04 | 1 | -2/+2 | |
|\ \ | | | | | | | Fix `value_serializer` parameter in example | |||||
| * | | Fix `value_deserializer` parameter in example | Cristi Burcă | 2016-03-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix `value_serializer` parameter in example | Cristi Burcă | 2016-03-01 | 1 | -1/+1 | |
|/ / | | | | | `json.loads()` is for deserialising. | |||||
* | | Merge pull request #566 from mortenlj/master | Dana Powers | 2016-02-27 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix typo ifr.future.fail => ifr.future.failure in conn.py | |||||
| * | Fix typo ifr.future.fail => ifr.future.failure | Morten Lied Johansen | 2016-02-26 | 1 | -1/+1 | |
|/ | ||||||
* | Update to Kafka 0.9.0.1 for integration testing | Dana Powers | 2016-02-23 | 7 | -6/+184 | |
| | ||||||
* | Merge pull request #564 from shichao-an/master | Dana Powers | 2016-02-23 | 1 | -0/+1 | |
|\ | | | | | Add missing imports: KafkaError | |||||
| * | Add missing imports: KafkaError | Shichao An | 2016-02-23 | 1 | -0/+1 | |
|/ | ||||||
* | Bump version for development of next release | Dana Powers | 2016-02-22 | 1 | -1/+1 | |
| | ||||||
* | Release 1.0.11.0.1 | Dana Powers | 2016-02-19 | 3 | -3/+3 | |
| | ||||||
* | Update Changelog for 1.0.1 patch release | Dana Powers | 2016-02-19 | 2 | -0/+60 | |
| | ||||||
* | Mock client.ready() call to test coordinator offset fetch request | Dana Powers | 2016-02-19 | 2 | -1/+3 | |
| | ||||||
* | Migrate load_example.py to KafkaProducer / KafkaConsumer | Dana Powers | 2016-02-18 | 1 | -17/+22 | |
| | ||||||
* | Catch duplicate batch.done() calls -- this can happen if we maybe_expire ↵ | Dana Powers | 2016-02-18 | 1 | -1/+4 | |
| | | | | then process a response errback | |||||
* | Warn if pending batches failed during flush | Dana Powers | 2016-02-18 | 1 | -0/+3 | |
| | ||||||
* | Fix concurrency bug in RecordAccumulator.ready() | Dana Powers | 2016-02-18 | 1 | -2/+6 | |
| | ||||||
* | Some attributes may not exist in __del__ if we failed assertions | Dana Powers | 2016-02-18 | 2 | -2/+2 | |
| | ||||||
* | Fix bug in SimpleBufferPool memory condition waiting / timeout | Dana Powers | 2016-02-18 | 1 | -4/+5 | |
| | ||||||
* | More friendly warning when offset fetch request returns unknown topic / ↵ | Dana Powers | 2016-02-18 | 1 | -1/+2 | |
| | | | | partition | |||||
* | Verify node ready before sending offset fetch request from coordinator | Dana Powers | 2016-02-18 | 1 | -0/+5 | |
| | ||||||
* | Merge pull request #558 from dpkp/batch_size_zero | Dana Powers | 2016-02-18 | 2 | -5/+7 | |
|\ | | | | | Support batch_size = 0 in producer buffers | |||||
| * | Support batch_size = 0 in producer buffersbatch_size_zero | Dana Powers | 2016-02-17 | 2 | -5/+7 | |
| | | ||||||
* | | Merge pull request #557 from dpkp/socket_buffer_size_optional | Dana Powers | 2016-02-18 | 4 | -18/+26 | |
|\ \ | | | | | | | Dont override system rcvbuf or sndbuf unless user configures explicitly | |||||
| * | | Dont override system rcvbuf or sndbuf unless user configures explicitlysocket_buffer_size_optional | Dana Powers | 2016-02-17 | 4 | -18/+26 | |
| |/ | ||||||
* | | Merge pull request #553 from aisch/kafka_client_fd_leak | Dana Powers | 2016-02-17 | 5 | -7/+64 | |
|\ \ | | | | | | | break up some circular references and close client wake pipe on __del__ | |||||
| * | | break up some circular references and close client wake pipe on __del__ | aisch | 2016-02-16 | 5 | -7/+64 | |
|/ / | ||||||
* | | Merge pull request #550 from dpkp/range_assignor | Dana Powers | 2016-02-16 | 7 | -13/+171 | |
|\ \ | |/ |/| | Add RangePartitionAssignor (and use as default) | |||||
| * | Add RangePartitionAssignor (and use as default); add assignor testsrange_assignor | Dana Powers | 2016-02-16 | 7 | -13/+171 | |
|/ | ||||||
* | Make sure all consumers are in same generation before stopping group test | Dana Powers | 2016-02-16 | 1 | -0/+13 | |
| | ||||||
* | Improve kafka.cluster docstrings | Dana Powers | 2016-02-16 | 1 | -7/+65 | |
| | ||||||
* | Bump version for development | Dana Powers | 2016-02-15 | 1 | -1/+1 | |
| | ||||||
* | Release 1.0.01.0.0 | Dana Powers | 2016-02-15 | 1 | -1/+1 | |
| | ||||||
* | bootstrap node should be last resort in least_loaded_node() | Dana Powers | 2016-02-15 | 1 | -0/+7 | |
| | ||||||
* | Support setting kafka instance port explicitly in fixture | Dana Powers | 2016-02-15 | 3 | -7/+16 | |
| | ||||||
* | Remove unmaintained POWERED-BY doc | Dana Powers | 2016-02-15 | 1 | -6/+0 | |
| | ||||||
* | Use KafkaProducer / KafkaConsumer in example.py | Dana Powers | 2016-02-15 | 1 | -13/+12 | |
| | ||||||
* | Cleanup docstring nested indent (acks values) | Dana Powers | 2016-02-15 | 1 | -9/+10 | |
| | ||||||
* | Add changelog to sphinx docs; remove SimpleProducer from API list and move ↵ | Dana Powers | 2016-02-15 | 4 | -3/+278 | |
| | | | | API up in toc | |||||
* | Update Changelog in preparation for 1.0.0 release | Dana Powers | 2016-02-15 | 1 | -0/+69 | |
| | ||||||
* | Cleaner event handling in _wait_on_metadata | Dana Powers | 2016-02-15 | 1 | -15/+9 | |
| | ||||||
* | Remove unused internal sender lock | Dana Powers | 2016-02-15 | 2 | -24/+20 | |
| | ||||||
* | Add lock to synchronize metadata updates and future handling | Dana Powers | 2016-02-15 | 1 | -18/+34 | |
| | ||||||
* | Revisit _wait_on_metadata to address timeout and error handling (Issue 539) | Dana Powers | 2016-02-15 | 1 | -20/+19 | |
| |