Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | bootstrap_servers no longer required in KafkaConsumer (localhost default) | Dana Powers | 2016-01-03 | 1 | -4/+0 | |
| | | ||||||
| * | Disable pylint errors for py2/py3 compatibility workarounds | Dana Powers | 2016-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Skeleton tests for async kafka client | Dana Powers | 2016-01-01 | 1 | -0/+103 | |
| | | ||||||
| * | Start test fixtures in new session to avoid propagating signals (i.e., Ctrl-C) | Dana Powers | 2015-12-30 | 1 | -0/+2 | |
| | | ||||||
| * | Catch and retry on RequestTimedOutError in producer failover test | Dana Powers | 2015-12-29 | 1 | -2/+4 | |
| | | ||||||
| * | Rename TopicAndPartition -> TopicPartition | Dana Powers | 2015-12-28 | 5 | -19/+19 | |
| | | ||||||
| * | Switch BrokerConnection to (mostly) non-blocking IO. | Dana Powers | 2015-12-17 | 1 | -35/+47 | |
| | | | | | | | | | | | | - return kafka.Future on send() - recv is now non-blocking call that completes futures when possible - update KafkaClient to block on future completion | |||||
| * | Drop bytes encoding of consumer group in consumer integration test | Dana Powers | 2015-12-10 | 1 | -1/+1 | |
| | | ||||||
| * | Remove bytes encoding for topic name in producer integration test | Dana Powers | 2015-12-10 | 1 | -1/+1 | |
| | | ||||||
| * | Move Request / Response logging from KafkaClient to BrokerConnection | Dana Powers | 2015-12-10 | 2 | -21/+0 | |
| | | | | | | | | and reenable kafka.conn debug logging in tests | |||||
| * | pylint fixes | Dana Powers | 2015-12-10 | 2 | -1/+2 | |
| | | | | | | | | | | | | - temporarily ignore kafka/consumer/group.py - temporarily ignore test/test_protocol.py - disable-msg deprecated; use disable= instead | |||||
| * | Remove KafkaProtocol._decode_message | Dana Powers | 2015-12-10 | 1 | -0/+2 | |
| | | ||||||
| * | Fix consumer integration test that assumed a single broker | Dana Powers | 2015-12-10 | 1 | -4/+6 | |
| | | ||||||
| * | Fix zk_chroot in consumer integration kafka fixtures | Dana Powers | 2015-12-10 | 1 | -2/+3 | |
| | | ||||||
| * | Drop kafka_bytestring | Dana Powers | 2015-12-10 | 6 | -33/+28 | |
| | | ||||||
| * | Configure consumer group in consumer_integration tests | Dana Powers | 2015-12-10 | 1 | -3/+13 | |
| | | ||||||
| * | Convert OffsetCommit and OffsetFetch protocol encode/decode | Dana Powers | 2015-12-10 | 3 | -7/+7 | |
| | | ||||||
| * | Fix test_consumer generator/list mock, reenable tests | Dana Powers | 2015-12-10 | 1 | -5/+2 | |
| | | ||||||
| * | Update kafka.common imports to Payloads namedtuples in test_protocol | Dana Powers | 2015-12-09 | 1 | -22/+24 | |
| | | ||||||
| * | Default consumer integration tests should not use offset commits | Dana Powers | 2015-12-09 | 1 | -2/+3 | |
| | | ||||||
| * | Skip protocol tests for now -- need updating | Dana Powers | 2015-12-09 | 1 | -0/+20 | |
| | | ||||||
| * | Update to Payload namedtuples in consumer tests | Dana Powers | 2015-12-09 | 1 | -4/+4 | |
| | | ||||||
| * | Skip consumer tests that cause iterator errors -- needs investigation | Dana Powers | 2015-12-09 | 1 | -0/+3 | |
| | | ||||||
| * | Update client tests for new protocol usage | Dana Powers | 2015-12-09 | 1 | -74/+61 | |
| | | ||||||
| * | Update references to kafka.common Request/Response (now Payload) | Dana Powers | 2015-12-09 | 5 | -19/+19 | |
| | | ||||||
| * | Merge branch 'master' into 0.9 | Zack Dever | 2015-12-07 | 2 | -10/+8 | |
| |\ | ||||||
| * | | Fix tests broken by legacy module move | Dana Powers | 2015-12-04 | 1 | -3/+3 | |
| | | | ||||||
* | | | Start test fixtures in new session to avoid propagating signals (i.e., Ctrl-C)simple | Dana Powers | 2015-12-30 | 1 | -0/+2 | |
| | | | ||||||
* | | | Retry on FailedPayloadsError from consumer.pending() in failover tests | Dana Powers | 2015-12-18 | 1 | -4/+5 | |
| | | | ||||||
* | | | Mock client.ensure_topic_exists in test_producer_sync_fail_on_errorproducer_new_topic | Dana Powers | 2015-12-17 | 1 | -10/+11 | |
| | | | ||||||
* | | | Add producer integration test for SimpleProducer handling new topic creation | Dana Powers | 2015-12-16 | 1 | -9/+6 | |
| | | | ||||||
* | | | Refactor kafka_versions to support arbitrary operators (> >= < <= ! =)kafka_version_tests | Dana Powers | 2015-12-10 | 5 | -56/+47 | |
| |/ |/| | ||||||
* | | Use producer.stop() to flush messages in async producer test | Dana Powers | 2015-12-05 | 1 | -4/+2 | |
| | | ||||||
* | | Cleanup new producer tests...async_producer_connect_errors | Dana Powers | 2015-12-04 | 1 | -6/+6 | |
|/ | ||||||
* | new pylint disables for pylint 1.5.1 | Zack Dever | 2015-12-02 | 1 | -1/+1 | |
| | | | | | 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 | 1 | -1/+29 | |
|\ | | | | | Initial support for consumer coordinator | |||||
| * | Fix misnamed node to nodeId in test | tpalino | 2015-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | Add missing import for ConsumerMetadataResponse | tpalino | 2015-07-01 | 1 | -1/+1 | |
| | | ||||||
| * | Support consumer metadata requests | tpalino | 2015-07-01 | 1 | -0/+28 | |
| | | | | | | | | | | | | 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 | |||||
* | | Merge pull request #473 from ecanzonieri/use_unblocking_io_for_aware_requests | Dana Powers | 2015-12-02 | 1 | -0/+17 | |
|\ \ | | | | | | | Use unblocking io for broker aware requests | |||||
| * | | Add tests. Bug fix. Rename socket_conn dict. | Enrico Canzonieri | 2015-11-10 | 1 | -0/+17 | |
| |/ | ||||||
* | | Merge pull request #457 from saaros/block-for-number-of-messages | Dana Powers | 2015-12-02 | 1 | -0/+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 | 1 | -0/+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 #439 from chrischamberlin/fix-murmur | Dana Powers | 2015-12-02 | 1 | -0/+23 | |
|\ \ | | | | | | | Fix translation of Java murmur2 code, fix byte encoding for Python 3. | |||||
| * | | Fix translation of Java murmur2 code, fix byte encoding for Python 3. | Chris Chamberlin | 2015-07-28 | 1 | -0/+23 | |
| |/ | | | | | | | | | | | Avoid further type changes when Murmur2Partitioner is passed a byte array. Change leftover-bytes logic to match the Java switch statement, and add tests to verify that partition selection matches Java implementation. | |||||
* | | Merge pull request #435 from docker-hub/fix-producer-cleanup-logic | Dana Powers | 2015-12-02 | 1 | -0/+14 | |
|\ \ | | | | | | | Reworked the if statement logic to only call stop() on not-stopped producer objects | |||||
| * | | Fixing https://github.com/mumrah/kafka-python/issues/434 | toli | 2015-07-24 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | Reworked the if statement logic to only call stop() on not-stopped objects. added tests | |||||
* | | | Merge pull request #409 from scrapinghub/feature-allow-null-payload | Dana Powers | 2015-12-02 | 2 | -2/+44 | |
|\ \ \ | |_|/ |/| | | Allow null payload for deletion feature | |||||
| * | | Producer test fix for python3 | Viktor Shlapakov | 2015-06-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add KeyedProducer test with null payloads | Viktor Shlapakov | 2015-06-17 | 1 | -0/+22 | |
| | | |