Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add client unit tests for has_metadata_for_topic and ensure_topic_exists | Dana Powers | 2014-09-01 | 1 | -1/+63 | |
| | | | ||||||
| * | | Add test for sending produce request to unknown topic w/o auto-creation | Dana Powers | 2014-09-01 | 2 | -2/+27 | |
| | | | ||||||
| * | | Use standard exceptions in client._get_leader_for_partition() | Dana Powers | 2014-09-01 | 5 | -37/+48 | |
| | | | | | | | | | | | | | | | | | | - drop custom PartitionUnavailable exception - raise UnknownTopicOrPartitionError or LeaderNotAvailableError - add tests for exception raises | |||||
| * | | Raise UnknownTopicOrPartitionError immediately in ensure_topic_exists -- ↵ | Dana Powers | 2014-09-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | server is not auto-creating | |||||
| * | | load_metadata_for_topics should raise exceptions on explicit topic args | Dana Powers | 2014-09-01 | 2 | -37/+86 | |
| | | | ||||||
| * | | Dont need to use callbacks for offset fetch requests | Dana Powers | 2014-09-01 | 1 | -4/+3 | |
| | | | ||||||
| * | | Refactor internal metadata dicts in KafkaClient | Dana Powers | 2014-09-01 | 4 | -33/+69 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - use helper methods not direct access - add get_partition_ids_for_topic - check for topic and partition errors during load_metadata_for_topics - raise LeaderNotAvailableError when topic is being auto-created or UnknownTopicOrPartitionError if auto-creation off | |||||
| * | | No more custom LeaderUnavailableError exception -- raise LeaderNotAvailableError | Dana Powers | 2014-09-01 | 4 | -11/+6 | |
| | | | ||||||
| * | | if error code is not recognized in check_error: raise UnknownError | Dana Powers | 2014-09-01 | 1 | -2/+6 | |
| | | | ||||||
| * | | Rearrange KafkaClient method order to group client metadata methods together | Dana Powers | 2014-09-01 | 1 | -18/+18 | |
| | | | ||||||
| * | | Improve metadata protocol handling | Dana Powers | 2014-09-01 | 5 | -145/+192 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add MetadataRequest and MetadataResponse namedtuples - add TopicMetadata namedtuple - add error codes to Topic and Partition Metadata - add KafkaClient.send_metadata_request() method - KafkaProtocol.decode_metadata_response changed to return a MetadataResponse object so that it is consistent with server api: [broker_list, topic_list] | |||||
* | | | Updating AUTHORS.md with latest top contributors | David Arthur | 2014-09-08 | 1 | -13/+5 | |
| | | | | | | | | | Narrowed it down to the top 10 contributors since the list was getting kind of long (a nice problem to have!) | |||||
* | | | Add six to tox.ini testing deps | Dana Powers | 2014-09-07 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #227 from wizzat-feature/py3 | Dana Powers | 2014-09-07 | 28 | -344/+444 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3 Support Conflicts: kafka/producer.py test/test_client.py test/test_client_integration.py test/test_codec.py test/test_consumer.py test/test_consumer_integration.py test/test_failover_integration.py test/test_producer.py test/test_producer_integration.py test/test_protocol.py test/test_util.py | |||||
| * | | | Update kafka.util.crc32 to unsigned everywhere | Mark Roberts | 2014-09-03 | 2 | -13/+4 | |
| | | | | ||||||
| * | | | Fix the multiprocessing tests for python 3 | Mark Roberts | 2014-09-03 | 3 | -3/+3 | |
| | | | | ||||||
| * | | | Fix test errors related to mocks | Mark Roberts | 2014-09-03 | 2 | -6/+10 | |
| | | | | ||||||
| * | | | Merge branch 'feature/py3' of https://github.com/brutasse/kafka-python into ↵ | Mark Roberts | 2014-09-03 | 0 | -0/+0 | |
| |\ \ \ | | | | | | | | | | | | | | | | feature/py3 | |||||
| | * | | | Fix more tests, only multiprocessing consumer ones remaining | Bruno Renié | 2014-08-29 | 8 | -23/+39 | |
| | | | | | ||||||
| | * | | | Bytes in self.msg() | Bruno Renié | 2014-08-29 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | Use built-in next() | Bruno Renié | 2014-08-29 | 2 | -3/+3 | |
| | | | | | ||||||
| | * | | | Cross-python iteritems | Bruno Renié | 2014-08-29 | 1 | -1/+3 | |
| | | | | | ||||||
| | * | | | More bytes topics | Bruno Renié | 2014-08-29 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | Encode topic directly | Bruno Renié | 2014-08-29 | 1 | -1/+2 | |
| | | | | | ||||||
| | * | | | Fix bytes interpolation | Bruno Renié | 2014-08-29 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Topic in bytes | Bruno Renié | 2014-08-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | client_id in bytes | Bruno Renié | 2014-08-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Fix stderr capture | Bruno Renié | 2014-08-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Fix log capture on py3 | Bruno Renié | 2014-08-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Make all unit tests pass on py3.3/3.4 | Bruno Renié | 2014-08-28 | 22 | -272/+350 | |
| | | | | | ||||||
| | * | | | Use base unittest or unittest2 depending on python version | Bruno Renié | 2014-08-28 | 13 | -30/+43 | |
| | | |/ | | |/| | ||||||
| * | | | Fix more tests, only multiprocessing consumer ones remaining | Bruno Renié | 2014-09-03 | 8 | -23/+39 | |
| | | | | ||||||
| * | | | Bytes in self.msg() | Bruno Renié | 2014-09-03 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Use built-in next() | Bruno Renié | 2014-09-03 | 2 | -3/+3 | |
| | | | | ||||||
| * | | | Cross-python iteritems | Bruno Renié | 2014-09-03 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | More bytes topics | Bruno Renié | 2014-09-03 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Encode topic directly | Bruno Renié | 2014-09-03 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Fix bytes interpolation | Bruno Renié | 2014-09-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Topic in bytes | Bruno Renié | 2014-09-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | client_id in bytes | Bruno Renié | 2014-09-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix stderr capture | Bruno Renié | 2014-09-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix log capture on py3 | Bruno Renié | 2014-09-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Make all unit tests pass on py3.3/3.4 | Bruno Renié | 2014-09-03 | 22 | -271/+349 | |
| | | | | ||||||
| * | | | Use base unittest or unittest2 depending on python version | Bruno Renié | 2014-09-03 | 13 | -30/+43 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #221 from dpkp/minor_cleanups | Dana Powers | 2014-09-07 | 15 | -113/+129 | |
|\ \ \ | | | | | | | | | Minor cleanups | |||||
| * | | | Cleanup tests: no more import *; remove unused | Dana Powers | 2014-09-04 | 9 | -54/+26 | |
| | | | | ||||||
| * | | | Another attempt to fix failover test flapping | Dana Powers | 2014-09-04 | 1 | -16/+23 | |
| | | | | ||||||
| * | | | Import cleanups in tests | Dana Powers | 2014-09-04 | 6 | -24/+38 | |
| | | | | ||||||
| * | | | Add a little more detail to test instructions in README | Dana Powers | 2014-09-04 | 1 | -3/+16 | |
| | | | | ||||||
| * | | | Add simple PyPI install instructions and link to releases in README | Dana Powers | 2014-09-04 | 1 | -0/+9 | |
| | | | |