Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Document the ssl_password config option (#780) | Samuel Taylor | 2016-07-26 | 1 | -0/+2 | |
| | | | | PR #750 added the code for passing along a password, but not any documentation on it | |||||
* | Merge pull request #772 from dpkp/more_metrics | Dana Powers | 2016-07-26 | 6 | -82/+142 | |
|\ | | | | | Add client, base coordinator, and a few extra producer metrics. | |||||
| * | Add KafkaClient metricsmore_metrics | Dana Powers | 2016-07-17 | 2 | -2/+53 | |
| | | ||||||
| * | Record produce latency and throttling metrics | Dana Powers | 2016-07-17 | 1 | -4/+9 | |
| | | ||||||
| * | Add base coordinator metrics | Dana Powers | 2016-07-17 | 3 | -76/+80 | |
| | | ||||||
* | | change pickle_method to use python3 special attributes (#777) | John Win | 2016-07-26 | 1 | -3/+9 | |
| | | ||||||
* | | Fix typo in KafkaConsumer documentation (#775) | Samuel Taylor | 2016-07-21 | 1 | -1/+1 | |
|/ | ||||||
* | Fix ProduceResponse v2 throttle_time_ms | Dana Powers | 2016-07-17 | 1 | -1/+1 | |
| | ||||||
* | Always encode size with MessageSet (#771) | Dana Powers | 2016-07-17 | 1 | -3/+1 | |
| | ||||||
* | Avoid buffer overread when compressing messageset in KafkaProducer | Dana Powers | 2016-07-17 | 1 | -1/+2 | |
| | ||||||
* | Expand consumer.fetcher comment re comparing request / response offsets | Dana Powers | 2016-07-17 | 1 | -1/+3 | |
| | ||||||
* | Delete KafkaConnection class (#769) | Dana Powers | 2016-07-17 | 2 | -188/+2 | |
| | ||||||
* | KAFKA-3196: Add checksum and size to RecordMetadata and ConsumerRecord ↵ | Dana Powers | 2016-07-17 | 5 | -19/+38 | |
| | | | | (#770 / #594) | |||||
* | Explicit format string argument indices for python 2.6 compatibility | Dana Powers | 2016-07-17 | 3 | -4/+4 | |
| | ||||||
* | Simplify RecordMetadata; short circuit callbacks (#768) | Dana Powers | 2016-07-17 | 2 | -20/+9 | |
| | | | | Simplify RecordMetadata to unaltered namedtuple -- minor speed optimization Minor optimization: inline check for no callbacks | |||||
* | KAFKA-3486: fix autocommit when partitions assigned manually (#767 / #626) | Dana Powers | 2016-07-17 | 1 | -44/+8 | |
| | ||||||
* | KAFKA-3117: handle metadata updates during consumer rebalance (#766 / #701) | Dana Powers | 2016-07-17 | 1 | -10/+24 | |
| | ||||||
* | KAFKA-2832: Add a consumer config option to exclude internal topics (#765) | Dana Powers | 2016-07-17 | 2 | -4/+13 | |
| | | | | Use exclude_internal_topics config in KafkaConsumer to avoid subscribe patterns matching internal topics Raise error during rebalance if subscribed topics are not authorized | |||||
* | Expose selector type as config option (#764) | Dana Powers | 2016-07-16 | 3 | -3/+15 | |
| | ||||||
* | Protect writes to wakeup socket with threading lock (#763 / #709) | Dana Powers | 2016-07-16 | 1 | -2/+6 | |
| | ||||||
* | Merge pull request #762 from dpkp/metadata_v1 | Dana Powers | 2016-07-16 | 6 | -24/+117 | |
|\ | | | | | Use Metadata Request/Response v1 with 0.10+ brokers | |||||
| * | Use MetadataRequest v1 for 0.10+ api_versionmetadata_v1 | Dana Powers | 2016-07-16 | 2 | -9/+51 | |
| | | ||||||
| * | Add rack to BrokerMetadata - it is always None when using MetadataRequest v0 | Dana Powers | 2016-07-16 | 3 | -12/+15 | |
| | | ||||||
| * | Add protocol structs for Metadata v1 | Dana Powers | 2016-07-16 | 1 | -4/+36 | |
| | | ||||||
| * | Add protocol support for null Arrays | Dana Powers | 2016-07-16 | 1 | -0/+6 | |
| | | ||||||
| * | Add Boolean protocol type | Dana Powers | 2016-07-16 | 1 | -0/+10 | |
| | | ||||||
* | | Update kafka configuration links -> 0.10.0.0 docs | Dana Powers | 2016-07-16 | 2 | -2/+2 | |
| | | ||||||
* | | Merge pull request #754 from dpkp/benchmarks | Dana Powers | 2016-07-16 | 7 | -22/+292 | |
|\ \ | | | | | | | Producer metrics + consumer/producer benchmark scripts | |||||
| * | | Update Sensor time_ms docs; only calculate if needed | Dana Powers | 2016-07-16 | 1 | -3/+3 | |
| | | | ||||||
| * | | First stab at public metrics() interface for KafkaConsumer / KafkaProducer | Dana Powers | 2016-07-16 | 2 | -2/+31 | |
| | | | ||||||
| * | | Add comment re fetcher stats on compressed topics | Dana Powers | 2016-07-16 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fixup metrics_sample_window_ms docstring in consumer | Dana Powers | 2016-07-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | KAFKA-3785: Fetcher spending unnecessary time during metrics recording | Dana Powers | 2016-07-16 | 1 | -2/+4 | |
| | | | ||||||
| * | | Add initial producer-sender metrics | Dana Powers | 2016-07-16 | 4 | -13/+250 | |
| |/ | ||||||
* | | #761 Follow-up: use api_version tuples in BrokerConnection.check_version | Dana Powers | 2016-07-16 | 1 | -11/+10 | |
|/ | ||||||
* | Add api_version config to KafkaClient, deprecate str in favor of tuples (#761) | Dana Powers | 2016-07-16 | 4 | -32/+81 | |
| | ||||||
* | Fix KafkaConsumer autocommit for 0.8 brokers (#756 / #706) | Dana Powers | 2016-07-16 | 2 | -20/+25 | |
| | | | | * Dont wait for group join to enable AutoCommitTask if broker version < 0.9 * For zookeeper offset storage, set a "coordinator" with least_loaded_node | |||||
* | Cleanup error logging (#760 / #759) | Dana Powers | 2016-07-15 | 2 | -2/+12 | |
| | | | | | | - add error type to all KafkaErrors - add args to BrokerResponseError - drop description from BrokerResponseError - fix bug logging errbacks as callbacks | |||||
* | Bump version for development | Dana Powers | 2016-07-15 | 1 | -1/+1 | |
| | ||||||
* | Patch Release 1.2.51.2.5 | Dana Powers | 2016-07-15 | 1 | -1/+1 | |
| | ||||||
* | Add skip_double_compressed_messages option to KafkaConsumerunrecurse_unpack_message_set | Dana Powers | 2016-07-14 | 2 | -0/+20 | |
| | ||||||
* | Log warning if message set appears double-compressed in KafkaConsumer | Dana Powers | 2016-07-14 | 1 | -0/+8 | |
| | ||||||
* | Drop recursion in _unpack_message_set | Dana Powers | 2016-07-14 | 1 | -17/+36 | |
| | ||||||
* | Fix bug causing KafkaProducer to double-compress message batches on retrydouble_compression | Dana Powers | 2016-07-14 | 1 | -16/+23 | |
| | ||||||
* | Bump version for development | Dana Powers | 2016-07-10 | 1 | -1/+1 | |
| | ||||||
* | Patch Release 1.2.41.2.4 | Dana Powers | 2016-07-08 | 1 | -1/+1 | |
| | ||||||
* | Update consumer_timeout_ms docstring per #749 | Dana Powers | 2016-07-08 | 1 | -3/+3 | |
| | ||||||
* | Use explicit subscription state flag to handle seek() during message iterationcompacted_offsets | Dana Powers | 2016-07-08 | 2 | -1/+17 | |
| | ||||||
* | Fix consumer iteration on compacted topics | Dana Powers | 2016-07-08 | 1 | -1/+1 | |
| | ||||||
* | Add ssl_password to default_config dicts. Send ssl_password when loading ↵ | Ashley McKemie | 2016-07-08 | 3 | -1/+5 | |
| | | | | cert chains (#750) |