Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Always check for request timeouts (#887) | Dana Powers | 2016-11-18 | 2 | -4/+12 | |
| | | | | * Check for requests that timeout without causing a socket read/write event | |||||
* | typo (#883) | sharego | 2016-11-15 | 1 | -1/+1 | |
| | | | type error | |||||
* | Update param in warning (#878) | Dana Powers | 2016-11-14 | 1 | -2/+2 | |
|\ | | | | | In Kafka 9, advertised.host.name was renamed to advertised.listeners | |||||
| * | Update param in warning | Jeff Widman | 2016-11-11 | 1 | -2/+2 | |
| | | | | | | In Kafka 9, advertised.host.name was renamed to advertised.listeners | |||||
* | | Remove old design notes from Kafka 8 era (#876) | Jeff Widman | 2016-11-14 | 1 | -32/+0 | |
| | | ||||||
* | | Fix typos | Jeff Widman | 2016-11-14 | 5 | -9/+9 | |
|/ | ||||||
* | Revert consumer iterators from max_poll_records (#856) | Dana Powers | 2016-10-24 | 2 | -14/+180 | |
| | ||||||
* | Fix murmur2 bug handling python2 bytes that do not ascii encode (#815) | Dana Powers | 2016-10-22 | 2 | -12/+11 | |
| | | | | | | * Add test for murmur2 py2 bytes bug * Fix murmur2 handling of python2 bytes * Drop bytearray / str / unicode MurmurPartitioner tests -- no longer supported * Make DefaultPartitioner importable from kafka.partitioner | |||||
* | Bugfix on max_poll_records - TypeError: object of type NoneType has no len() | Dana Powers | 2016-10-04 | 1 | -1/+1 | |
| | ||||||
* | KAFKA-3007: KafkaConsumer max_poll_records (#831) | Dana Powers | 2016-09-28 | 2 | -240/+120 | |
| | ||||||
* | Update Partitioners for use with KafkaProducer (#827) | barrotsteindev | 2016-09-28 | 3 | -24/+77 | |
| | ||||||
* | Monkeypatch max_in_flight_requests_per_connection when checking broker ↵ | Dana Powers | 2016-09-28 | 1 | -6/+11 | |
| | | | | version (#834) | |||||
* | Fix message timestamp_type (#828) | Josh Yudaken | 2016-09-15 | 1 | -1/+4 | |
| | ||||||
* | Added ssl_password config option to KafkaProducer class, identical to… (#830) | kierkegaard13 | 2016-09-15 | 2 | -0/+5 | |
| | | | | | | | | * Added ssl_password config option to KafkaProducer class, identical to option in KafkaConsumer class * removed non-ascii characters * changed - to : in comments | |||||
* | from kafka import ConsumerRebalanceListener, OffsetAndMetadata | Dana Powers | 2016-09-04 | 1 | -1/+2 | |
| | ||||||
* | Fix quota violation exception message (#809) | Dana Powers | 2016-08-20 | 1 | -4/+4 | |
| | ||||||
* | Improve KafkaProducer docstring re retries config | Dana Powers | 2016-08-20 | 1 | -3/+5 | |
| | ||||||
* | Add comment for round robin partitioner with different subscriptions | Dana Powers | 2016-08-20 | 1 | -0/+15 | |
| | ||||||
* | Bump version for development | Dana Powers | 2016-08-11 | 1 | -1/+1 | |
| | ||||||
* | Patch Release 1.3.11.3.1 | Dana Powers | 2016-08-08 | 1 | -1/+1 | |
| | ||||||
* | HOTFIX: Fix BrokerConnectionMetrics when sensors already exist (i.e., on ↵ | Dana Powers | 2016-08-08 | 1 | -11/+15 | |
| | | | | reconnects) (#799) | |||||
* | Bump version for development | Dana Powers | 2016-08-04 | 1 | -1/+1 | |
| | ||||||
* | Release 1.3.01.3.0 | Dana Powers | 2016-08-04 | 1 | -1/+1 | |
| | ||||||
* | Drain pending requests to the coordinator before initiating group rejoin (#798) | Dana Powers | 2016-08-04 | 1 | -0/+8 | |
| | ||||||
* | Send combined size and payload bytes to socket to avoid potentially split ↵ | Dana Powers | 2016-08-04 | 1 | -6/+6 | |
| | | | | packets with TCP_NODELAY (#797) | |||||
* | Change coordinator.needs_join_prepare -> coordinator.rejoining; fix consumer ↵ | Dana Powers | 2016-08-04 | 1 | -4/+4 | |
| | | | | group test (#795) | |||||
* | Instrument bufferpool-wait-ratio metric in KafkaProducerconn_metrics | Dana Powers | 2016-08-04 | 3 | -8/+17 | |
| | ||||||
* | Instrument metrics in BrokerConnection | Dana Powers | 2016-08-04 | 3 | -17/+125 | |
| | ||||||
* | Treat metric_group_prefix as config in KafkaConsumer | Dana Powers | 2016-08-04 | 4 | -14/+13 | |
| | ||||||
* | Metrics instance must be passed explicitly from KafkaConsumer to KafkaClient | Dana Powers | 2016-08-04 | 1 | -1/+1 | |
| | ||||||
* | Remove unused import from kafka.conn | Dana Powers | 2016-08-04 | 1 | -1/+1 | |
| | ||||||
* | Add BrokerConnection docstring with configuration parameters | Dana Powers | 2016-08-04 | 1 | -0/+65 | |
| | ||||||
* | Add connection-count to KafkaClient metrics | Dana Powers | 2016-08-04 | 1 | -3/+12 | |
| | ||||||
* | Add connection-creation-rate / connection-close-rate to KafkaClientMetrics | Dana Powers | 2016-08-04 | 1 | -0/+13 | |
| | ||||||
* | Fix misspelling of "password" (#793) | Samuel Taylor | 2016-08-04 | 3 | -3/+3 | |
| | ||||||
* | Ignore socket.error when checking for protocol out of sync prior to socket ↵ | Dana Powers | 2016-08-03 | 1 | -4/+7 | |
| | | | | close (#792) | |||||
* | minor tweaks to get authentication working | Lars Jørgen Solberg | 2016-08-03 | 1 | -8/+7 | |
| | ||||||
* | Use callbacks for sasl handshake request / response | Dana Powers | 2016-08-03 | 1 | -59/+62 | |
| | ||||||
* | implement sasl PLAIN mechanism | Lars Jørgen Solberg | 2016-08-03 | 6 | -4/+176 | |
| | ||||||
* | Always absolute_importabsolute_import | Dana Powers | 2016-08-02 | 55 | -0/+113 | |
| | ||||||
* | Rename partition_assignment -> assignment in MemberMetadata for consistency | Dana Powers | 2016-08-02 | 1 | -1/+1 | |
| | ||||||
* | Clarify api_version=str deprecation warning | Dana Powers | 2016-08-02 | 2 | -2/+2 | |
| | ||||||
* | Metadata with_partitions() (#787) | Dana Powers | 2016-08-01 | 1 | -1/+20 | |
| | | | | add method ClusterMetadata.with_partitions also fixup ClusterMetadata __str__ | |||||
* | Merge pull request #785 from dpkp/six | Dana Powers | 2016-08-01 | 24 | -27/+901 | |
|\ | | | | | Vendor python module six; move selectors34 and socketpair under kafka.vendor | |||||
| * | Vendor six 1.10.0six | Dana Powers | 2016-08-01 | 23 | -25/+899 | |
| | | ||||||
| * | Move kafka.socketpair to kafka.vendor.socketpair | Dana Powers | 2016-08-01 | 2 | -1/+1 | |
| | | ||||||
| * | Move kafka.selectors34 to kafka.vendor.selectors34 | Dana Powers | 2016-08-01 | 3 | -1/+1 | |
| | | ||||||
* | | Fix offset fetch when partitions are manually assigned (#786) | Dana Powers | 2016-08-01 | 1 | -0/+1 | |
| | | ||||||
* | | Rename _DEFAULT_CONFIG -> DEFAULT_CONFIG in KafkaProducer (#788) | Dana Powers | 2016-08-01 | 3 | -6/+6 | |
|/ | | | - also update internal classes RecordAccumulator and Sender | |||||
* | Use socket_options configuration to setsockopts(). Default TCP_NODELAY (#783) | Dana Powers | 2016-08-01 | 4 | -17/+39 | |
| |