summaryrefslogtreecommitdiff
path: root/kafka/coordinator/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Ok to sleep in blocking poll for metadata updateDana Powers2016-01-251-1/+1
|
* Dont need to refresh metadata on GroupCoordinatorNotAvailableErrorsDana Powers2016-01-241-1/+4
|
* ConsumerCoordinator cleanupsDana Powers2016-01-101-3/+2
| | | | | | | | | | | | | | - default assignors to RoundRobinPartitionAssignor - check offsets types in commit_offsets_* methods - succeed future in _send_offset_commit_request when no offsets - raise exception if no subscribed topics in group_protocols() - fix _subscription typo in metadata listener callbacks - short circuit if no partitions passed to fetch_committed_offsets - line-wrap comments - return future from commit_offsets_async - return future value from commit_offsets_sync - fix self._failed_request callback partial args - comment out metrics class for now
* Fix future redefine bug in client.pollDana Powers2016-01-041-0/+1
|
* Rename AbstractCoordinator -> BaseCoordinator, log as kafka.coordinatorDana Powers2015-12-301-0/+677