summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #507 from dpkp/deprecation_warningsDana Powers2016-01-128-14/+51
|\
| * Add DeprecationWarnings to legacy KafkaClient, Simple/MultiProcess/Consumer, ...deprecation_warningsDana Powers2016-01-128-14/+51
* | Merge pull request #503 from dpkp/iterator_fetchesDana Powers2016-01-123-35/+96
|\ \ | |/ |/|
| * Sleep in KafkaConsumer iterator if no partition assignment; dont block in pol...iterator_fetchesDana Powers2016-01-121-4/+25
| * Remove sleep call in client.poll -- expect callers to manage this and log war...Dana Powers2016-01-121-6/+5
| * Move consumer_timeout handling to private methodDana Powers2016-01-121-5/+7
| * Attempt to pipeline fetchrequests in iteratorDana Powers2016-01-121-1/+2
| * Use private deque to track in-flight fetchrequestsDana Powers2016-01-121-0/+16
| * Update docstring and comments in _create_fetch_requests re KAFKA-2978Dana Powers2016-01-101-5/+2
| * Reorganize init_fetches calls during iterationDana Powers2016-01-102-7/+20
| * Check for assignment changes before yielding new recordDana Powers2016-01-101-0/+9
| * Fetcher logging should be debug or trace (left higher during testing)Dana Powers2016-01-102-9/+12
* | Add mocking to test_coordinator::test_close to fix random test failure (via t...Dana Powers2016-01-111-0/+1
|/
* Merge pull request #496 from dpkp/idle_sleepDana Powers2016-01-102-11/+30
|\
| * Pass consumer timeout to client.poll() in iterator; check timeout before iter...idle_sleepDana Powers2016-01-101-1/+4
| * Fix sec / millisec unit bug in KafkaConsumer._poll_once()Dana Powers2016-01-101-1/+1
| * Receive all available responses in client._pollDana Powers2016-01-101-3/+4
| * If a completed future is polled, do not blockDana Powers2016-01-101-6/+13
| * Avoid CPU spinnning when there are no sockets to readDana Powers2016-01-101-0/+8
|/
* Fix delayed_task timeout commit 45d26b6Dana Powers2016-01-103-9/+10
* Merge pull request #502 from dpkp/task_poll_timeoutDana Powers2016-01-104-15/+47
|\
| * Improve KafkaConsumer iterator loop timeoutstask_poll_timeoutDana Powers2016-01-101-8/+8
| * Improve cluster.ttl() readabilityDana Powers2016-01-101-3/+7
| * Check delayed task timeout in client.poll()Dana Powers2016-01-102-4/+32
* | Log generation and member_id in threaded consumer group testDana Powers2016-01-101-1/+4
* | Fix debug logging call in PR 500Dana Powers2016-01-101-1/+1
|/
* Remove old kafka.consumer.kafka moduleDana Powers2016-01-101-771/+0
* Merge pull request #500 from dpkp/kafka-2978Dana Powers2016-01-104-74/+53
|\
| * KAFKA-2978: consumer stops fetching when consumed and fetch positions get out...Dana Powers2016-01-104-74/+53
|/
* Merge pull request #501 from dpkp/coordinator_testsDana Powers2016-01-104-13/+607
|\
| * Add ConsumerCoordinator unit testsDana Powers2016-01-101-0/+568
| * ConsumerCoordinator cleanupsDana Powers2016-01-102-13/+36
| * Add error checking to mark_for_reassignmentDana Powers2016-01-101-0/+3
* | Merge pull request #499 from dpkp/handle_disconnectDana Powers2016-01-102-18/+170
|\ \ | |/ |/|
| * Refresh metadata on failed connection attemptshandle_disconnectDana Powers2016-01-091-0/+5
| * Fill out more async client unit testsDana Powers2016-01-091-18/+165
* | Move ConsumerProtocol definition to kafka.coordinator.protocolDana Powers2016-01-103-35/+44
|/
* Remove errant kafka_versions('all') from 0.9 mergeDana Powers2016-01-071-1/+0
* Update README from new docsDana Powers2016-01-071-42/+55
* Merge branch '0.9'Dana Powers2016-01-0783-1621/+7487
|\
| * Fix KafkaClient->SimpleClient references0.9Dana Powers2016-01-079-49/+49
| * Update docs for release w/ new async classesDana Powers2016-01-0714-238/+283
| * Drop sphinxcontrib-napoleon in favor of sphinx.ext.napoleanDana Powers2016-01-072-2/+1
| * Add metadata_max_age_ms and retry_backoff_ms options to async clientDana Powers2016-01-071-0/+8
| * Docstring updatesDana Powers2016-01-075-182/+209
| * Reorg kafka importsDana Powers2016-01-071-11/+12
| * Reduce partitions for offset commit topic in 0.9 broker configsDana Powers2016-01-041-0/+9
| * Drop request_timeout_ms override in consumer group testDana Powers2016-01-041-2/+1
| * Dont use consumer_timeout_ms in simple kafka_consumer testDana Powers2016-01-041-2/+1
| * Fix future redefine bug in client.pollDana Powers2016-01-042-3/+4