Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | administration api schemas | Zack Dever | 2015-12-04 | 1 | -0/+44 | |
| | | | ||||||
| * | | group membership api schemas | Zack Dever | 2015-12-04 | 1 | -0/+108 | |
| | | | ||||||
| * | | Add size and correlation id decoding to try/except block in BrokerConnection | Dana Powers | 2015-12-04 | 1 | -4/+5 | |
| | | | ||||||
| * | | Add comment re bytes offset tracking in MessageSet decode() | Dana Powers | 2015-12-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | Unfinished kafka.consumer.group commit | Dana Powers | 2015-12-04 | 1 | -0/+883 | |
| | | | ||||||
| * | | Add simple Cluster class to manage broker metadata | Dana Powers | 2015-12-04 | 1 | -0/+91 | |
| | | | ||||||
| * | | BrokerConnection: | Dana Powers | 2015-12-04 | 1 | -11/+65 | |
| | | | | | | | | | | | | | | | | | | separate send / recv in BrokerConnection improve connection and error handling use different read and write fds for py3 | |||||
| * | | Recursive repr, display all field names and values for Structs | Dana Powers | 2015-12-04 | 4 | -5/+27 | |
| | | | ||||||
| * | | Use simply counting instead of buffer.tell() -- socket.makefile does not ↵ | Dana Powers | 2015-12-04 | 1 | -2/+4 | |
| | | | | | | | | | | | | support tell() | |||||
| * | | Add simple BrokerConnection class; add request.RESPONSE_TYPE class vars | Dana Powers | 2015-12-04 | 6 | -58/+101 | |
| | | | ||||||
| * | | Rework protocol type definition: AbstractType, Schema, Struct | Dana Powers | 2015-12-04 | 10 | -371/+461 | |
| | | | ||||||
| * | | Fix __init__ legacy relative module import | Dana Powers | 2015-12-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | Switch crc32 back to signed integer -- this is consistent with protocol ↵ | Dana Powers | 2015-12-04 | 2 | -3/+9 | |
| | | | | | | | | | | | | encoding spec | |||||
| * | | Fix tests broken by legacy module move | Dana Powers | 2015-12-04 | 2 | -3/+5 | |
| | | | ||||||
| * | | Move ProduceRequest to kafka.protocol.produce | Dana Powers | 2015-12-04 | 2 | -54/+59 | |
| | | | ||||||
| * | | Basic 0.8 Request protocol classes, with encoding only | Dana Powers | 2015-12-04 | 1 | -0/+355 | |
| | | | ||||||
| * | | Add base api type classes w/ encoders in kafka.protocol.types | Dana Powers | 2015-12-04 | 1 | -0/+55 | |
| | | | ||||||
| * | | Rename kafka.protocol -> kafka.protocol.legacy | Dana Powers | 2015-12-04 | 2 | -0/+6 | |
| | | | ||||||
* | | | Start test fixtures in new session to avoid propagating signals (i.e., Ctrl-C)simple | Dana Powers | 2015-12-30 | 1 | -0/+2 | |
| | | | ||||||
* | | | Remove old kafka-bin directory and verify kafka-run-class.sh exists when ↵ | Dana Powers | 2015-12-18 | 1 | -0/+6 | |
| | | | | | | | | | | | | installing server artifacts | |||||
* | | | Only download/install server artifacts if bin/kafka-run-class.sh not found | Dana Powers | 2015-12-18 | 1 | -5/+6 | |
| | | | ||||||
* | | | Retry on FailedPayloadsError from consumer.pending() in failover tests | Dana Powers | 2015-12-18 | 1 | -4/+5 | |
| | | | ||||||
* | | | Merge pull request #490 from mre/patch-1 | Dana Powers | 2015-12-18 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix typo in docblock | |||||
| * | | | Fix typo in docblock | Matthias Endler | 2015-12-18 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #489 from dpkp/producer_new_topic | Dana Powers | 2015-12-17 | 3 | -20/+18 | |
|\ \ \ | | | | | | | | | Handle new topic auto-creation in SimpleProducer.send_messages | |||||
| * | | | Mock client.ensure_topic_exists in test_producer_sync_fail_on_errorproducer_new_topic | Dana Powers | 2015-12-17 | 1 | -10/+11 | |
| | | | | ||||||
| * | | | Handle new topic creation / LeaderNotAvailableError in initial ↵ | Dana Powers | 2015-12-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | SimpleProducer.send_messages call | |||||
| * | | | Add producer integration test for SimpleProducer handling new topic creation | Dana Powers | 2015-12-16 | 1 | -9/+6 | |
|/ / / | ||||||
* | | | Merge pull request #487 from dpkp/kafka_version_tests | Dana Powers | 2015-12-10 | 5 | -56/+47 | |
|\ \ \ | | | | | | | | | Refactor kafka_versions to support arbitrary operators (> >= < <= ! =) | |||||
| * | | | Refactor kafka_versions to support arbitrary operators (> >= < <= ! =)kafka_version_tests | Dana Powers | 2015-12-10 | 5 | -56/+47 | |
|/ / / | ||||||
* | | | Fix _mp_consume queue variable name conflict | Dana Powers | 2015-12-09 | 1 | -2/+2 | |
| | | | ||||||
* | | | Bump version for development of next release | Dana Powers | 2015-12-09 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | spelling fix in CHANGES.md and format fix in README.rst | Zack Dever | 2015-12-07 | 2 | -2/+2 | |
| | | ||||||
* | | Remove inadvertent markdown in CHANGES.md | Dana Powers | 2015-12-07 | 1 | -1/+1 | |
| | | ||||||
* | | Release 0.9.5v0.9.5 | Dana Powers | 2015-12-07 | 2 | -2/+2 | |
| | | ||||||
* | | Update README links (restructured not markdown) | Dana Powers | 2015-12-07 | 1 | -6/+5 | |
| | | ||||||
* | | Update docs for new release | Dana Powers | 2015-12-06 | 2 | -12/+20 | |
| | | ||||||
* | | Include README.rst, CHANGES.md, and AUTHORS.md in manifest | Dana Powers | 2015-12-06 | 1 | -0/+3 | |
| | | ||||||
* | | Update README links | Dana Powers | 2015-12-06 | 1 | -7/+8 | |
| | | ||||||
* | | Update README for new release | Dana Powers | 2015-12-06 | 1 | -8/+14 | |
| | | ||||||
* | | Add KafkaConsumer.close() PR to CHANGES | Dana Powers | 2015-12-06 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #426 from ucarion/ucarion-kafkaconsumer-close | Dana Powers | 2015-12-06 | 1 | -0/+4 | |
|\ \ | | | | | | | Add KafkaConsumer#close | |||||
| * | | Add KafkaConsumer#close | Ulysse Carion | 2015-07-07 | 1 | -0/+4 | |
| | | | ||||||
* | | | Update Changelog in preparation for 0.9.5 release | Dana Powers | 2015-12-06 | 1 | -0/+37 | |
| | | | ||||||
* | | | Log deprecation warning for timeout argument in Producer.stop() | Dana Powers | 2015-12-06 | 1 | -3/+7 | |
| | | | ||||||
* | | | Merge pull request #485 from dpkp/async_producer_stop | Dana Powers | 2015-12-05 | 3 | -16/+15 | |
|\ \ \ | | | | | | | | | Producer.stop() should block until async thread completes | |||||
| * | | | Producer.stop() now blocks until async thread completes (drop confusing ↵async_producer_stop | Dana Powers | 2015-12-05 | 1 | -7/+12 | |
| | | | | | | | | | | | | | | | | timeout arg) | |||||
| * | | | Revert broken send_produce_request try/except from PR 467 (resps=None) | Dana Powers | 2015-12-05 | 1 | -5/+1 | |
| | | | | ||||||
| * | | | Use producer.stop() to flush messages in async producer test | Dana Powers | 2015-12-05 | 1 | -4/+2 | |
|/ / / | ||||||
* | | | Fix requestId handling in send_broker_aware_request | Dana Powers | 2015-12-04 | 1 | -2/+2 | |
| | | |