Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | few small cleanups | Zack Dever | 2015-12-04 | 3 | -8/+2 | |
| | | | ||||||
| * | | 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 | 1 | -0/+2 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
* | | | Fix typo in docblock | Matthias Endler | 2015-12-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | Handle new topic creation / LeaderNotAvailableError in initial ↵ | Dana Powers | 2015-12-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | SimpleProducer.send_messages call | |||||
* | | | 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 | |
| |/ |/| | ||||||
* | | Release 0.9.5v0.9.5 | Dana Powers | 2015-12-07 | 1 | -1/+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 | |
| | | | ||||||
* | | | Log deprecation warning for timeout argument in Producer.stop() | Dana Powers | 2015-12-06 | 1 | -3/+7 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Fix requestId handling in send_broker_aware_request | Dana Powers | 2015-12-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | client.reinit() can raise an exception; catch in async producer | Dana Powers | 2015-12-04 | 1 | -2/+10 | |
| |/ |/| | ||||||
* | | new pylint disables for pylint 1.5.1 | Zack Dever | 2015-12-02 | 2 | -2/+2 | |
| | | | | | | | | | | tested locally with `pylint --rcfile=pylint.rc -E kafka test`. should pass travis builds. | |||||
* | | Merge pull request #420 from toddpalino/master | Dana Powers | 2015-12-02 | 3 | -6/+197 | |
|\ \ | | | | | | | Initial support for consumer coordinator | |||||
| * | | Support consumer metadata requests | tpalino | 2015-07-01 | 3 | -6/+197 | |
| |/ | | | | | | | | | | | Support added for ConsumerMetadataRequest and ConsumerMetadataResponse Added consumer-aware request routine for supporting the consumer coordinator Added separate client method for fetching Kafka-committed offsets from the coordinator | |||||
* | | Fix python3 / python2 comments re queue/Queue | Dana Powers | 2015-12-02 | 2 | -10/+10 | |
| | | ||||||
* | | Add Murmur2Partitioner to kafka __all__ imports - fix issue 471 | Dana Powers | 2015-12-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #473 from ecanzonieri/use_unblocking_io_for_aware_requests | Dana Powers | 2015-12-02 | 2 | -18/+35 | |
|\ \ | | | | | | | Use unblocking io for broker aware requests | |||||
| * | | Add tests. Bug fix. Rename socket_conn dict. | Enrico Canzonieri | 2015-11-10 | 1 | -7/+7 | |
| | | | ||||||
| * | | Unblocking broker aware request | Enrico Canzonieri | 2015-11-10 | 2 | -18/+35 | |
| | | | ||||||
* | | | Merge pull request #467 from bschopman/master | Dana Powers | 2015-12-02 | 2 | -2/+9 | |
|\ \ \ | | | | | | | | | Prevents crashing communication thread of async producer | |||||
| * | | | Prevents crashing communication thread of async producer | Balthasar Schopman | 2015-10-22 | 2 | -2/+9 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an uncaught exception occurs in _send_messages() the thread sending data to Kafka (asynchronously) will crash and the queue will never be emptied. To reproduce: 1) Run an Async producer. 2) Kill the Kafka server. 3) Restart the Kafka server. The communication thread dies shortly after step 2. After step 3 the communication does not resume without this commit. The changes in both files prevent an Exception from being thrown through to do main communication process, which could cause the crash. | |||||
* | | | Merge pull request #457 from saaros/block-for-number-of-messages | Dana Powers | 2015-12-02 | 2 | -11/+18 | |
|\ \ \ | | | | | | | | | Consumers get_messages: allow blocking until some messages are received | |||||
| * | | | Consumers get_messages: allow blocking until some messages are received | Oskari Saarenmaa | 2015-09-18 | 2 | -11/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified MultiProcessConsumer's and SimpleConsumer's `block` argument to allow integer value which defines the number of messages to block for. This allows callers to ask for a high number of messages and block only until some of them are received. Otherwise callers would have to request messages one by one or block for some time. | |||||
* | | | | Merge pull request #446 from zackdever/consumer-class-configs | Dana Powers | 2015-12-02 | 1 | -2/+3 | |
|\ \ \ \ | | | | | | | | | | | Set default config on consumer class to support subclass config changes. | |||||
| * | | | | set default config on consumer class to support subclass config changes. | Zack Dever | 2015-08-13 | 1 | -2/+3 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #456 from barricadeio/mp-retry | Dana Powers | 2015-12-02 | 3 | -46/+63 | |
|\ \ \ \ | | | | | | | | | | | Support retry semantics in MultiProcessConsumer | |||||
| * | | | | Support retry semantics in MultiProcessConsumer | Ross Duggan | 2015-09-14 | 3 | -46/+63 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #454 from trbs/gzip_compressionlevel | Dana Powers | 2015-12-02 | 3 | -10/+17 | |
|\ \ \ \ | | | | | | | | | | | allow to specify compression level for codecs which support this | |||||
| * | | | | allow to specify compression level for codecs which support this | trbs | 2015-09-12 | 3 | -10/+17 | |
| |/ / / | ||||||
* | | | | Merge pull request #439 from chrischamberlin/fix-murmur | Dana Powers | 2015-12-02 | 1 | -10/+12 | |
|\ \ \ \ | | | | | | | | | | | Fix translation of Java murmur2 code, fix byte encoding for Python 3. |