summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add python-snappy to tox dependencies. Fix snappy protocol testMark Roberts2014-04-092-27/+37
| | * Convert test_encode_fetch_request to struct.pack format, improve test reliabi...Mark Roberts2014-04-091-12/+45
| | * Update more tests, fix intermittent failureMark Roberts2014-04-091-40/+89
| | * Merge branch 'master' into add_testsMark Roberts2014-04-081-0/+4
| | |\ | |_|/ |/| |
* | | Merge pull request #148 from wizzat/seek_commitOmar2014-04-031-0/+4
|\ \ \
| * | | Commit in seek if autocommitMark Roberts2014-03-271-1/+4
| * | | Make seek(); commit(); work without commit discarding the seek changeMark Roberts2014-03-251-0/+1
|/ / /
| | * Convert more tests to struct.packMark Roberts2014-04-081-29/+75
| | * Convert serveral tests to struct.packMark Roberts2014-04-081-81/+93
| | * Reinstate test_integrate, make test_protocol more explicit, create testutilMark Roberts2014-04-086-956/+979
| | * Explicit testing of protocol errors. Make tests more explicit, and start wor...Mark Roberts2014-04-083-17/+41
| | * Comment out all of test_integration because it currently does not workMark Roberts2014-04-081-936/+936
| | * Split test files, modify test_protocolMark Roberts2014-04-085-376/+396
| | * Remove test support for py26 since it's brokenMark Roberts2014-04-074-1/+116
| |/ |/|
* | Merge pull request #134 from wizzat/conn_refactorv0.9.0Dana Powers2014-03-215-39/+133
|\ \
| * \ Merge branch 'master' into conn_refactorMark Roberts2014-03-183-5/+15
| |\ \
| * | | Update load_exampleMark Roberts2014-02-261-2/+2
| * | | Merge branch 'master' into conn_refactorMark Roberts2014-02-268-32/+155
| |\ \ \
| * | | | Fix grammar in error stringMark Roberts2014-02-251-1/+1
| * | | | Update logging config to include timestamps for better/easier debuggingMark Roberts2014-02-252-2/+8
| * | | | Minor refactor in conn.py, update version in __init__.py, add ErrorStringMark Roberts2014-02-254-27/+36
| * | | | Update example.py to compile, add friendly load_example.pyMark Roberts2014-02-252-13/+92
* | | | | Merge pull request #109 from mrtheb/developDana Powers2014-03-215-31/+207
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge pull request #1 from wizzat/pr109Marc Labbé2014-03-202-18/+18
| |\ \ \ \
| | * | | | Fix py26 compatibility issue, add mock to toxMark Roberts2014-03-182-18/+18
| |/ / / /
| * | | | Merge branch 'master' into developmrtheb2014-03-1710-52/+303
| |\ \ \ \
| * | | | | fixing _get_leader_for_partition unittestsmrtheb2014-02-151-6/+6
| * | | | | Changes based on comments by @rdiomar, plus added LeaderUnavailableError for ...mrtheb2014-02-153-8/+15
| * | | | | check for broker None in send_broker_aware_request (added test for it)mrtheb2014-01-312-5/+42
| * | | | | Merge branch 'master' into developmrtheb2014-01-314-128/+168
| |\ \ \ \ \
| * | | | | | Handle cases for partition with leader=-1 (not defined)Marc Labbe2014-01-313-58/+77
| * | | | | | removed commented out linesmrtheb2014-01-191-3/+0
| * | | | | | added mockmrtheb2014-01-183-11/+134
* | | | | | | Merge pull request #144 from frgtn/check_basestring_in_collect_hostsMarc Labbé2014-03-172-1/+11
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Check against basestring instead of str in collect.hosts.Saulius Zemaitaitis2014-03-172-1/+11
|/ / / / / /
* | | | | | Merge pull request #141 from stephenarmstrong/fully-handle-broker-listsOmar2014-03-131-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | If a broker refuses the connection, try the nextstephenarmstrong2014-03-131-3/+3
|/ / / / /
* | | | | Merge pull request #138 from zever/masterOmar2014-03-041-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | nit: fixed misspellingZack Dever2014-03-031-1/+1
|/ / / /
* | | | Merge pull request #122 from mrtheb/multihostsOmar2014-02-268-31/+154
|\ \ \ \ | |_|_|/ |/| | |
| * | | clean up after comments from @rdiomarmrtheb2014-02-152-133/+11
| * | | Support list (or comma-separated) of hosts (replaces host and port arguments)mrtheb2014-02-094-28/+56
| * | | Merge branch 'master' into multihostsmrtheb2014-01-3113-667/+1017
| |\ \ \ | | | |/ | | |/|
| * | | Allow KafkaClient to take in a list of brokers for bootstrappingMarc Labbe2013-11-148-39/+256
* | | | Fix version in __init__.py to match setup.pyDavid Arthur2014-02-251-1/+1
* | | | Merge pull request #127 from GregBowyer/masterDana Powers2014-02-252-3/+138
|\ \ \ \ | |_|/ / |/| | |
| * | | Make it possible to read and write xerial snappyGreg Bowyer2014-02-192-3/+138
|/ / /
* | | Merge pull request #111 from rdiomar/multitopic_producersDana Powers2014-01-303-89/+98
|\ \ \
| * | | Use TopicAndPartition when producing async messagesOmar Ghishan2014-01-271-8/+11
| * | | Make producers take a topic argument at send rather than init timeOmar Ghishan2014-01-233-88/+94
| | |/ | |/|