| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
immediately
|
| |
|
| |
|
|
|
|
| |
pytest output
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- spawn fixtures via daemon threads
- close fixtures atexit and in __del__ to avoid interpreter hangs
- raise Exception on timeouts in open()
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and KafkaConnection
|
|
|
|
| |
travis logs)
|
| |
|
|\
| |
| | |
Add delayed task timeouts to _poll calls
|
| | |
|
|/ |
|
|\
| |
| | |
ConsumerCoordinator cleanups and test coverage
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
kafka/codec.py
kafka/version.py
test/test_producer.py
test/test_producer_integration.py
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Remove debug call to deprecated .offsets() method
- Manually assign TopicPartition to avoid group subscription overhead
- Use next(consumer), not consumer.next()
- consumer_timeout_ms now raises StopIteration, not ConsumerTimeout
- auto_commit_enable is now enable_auto_commit
- auto_offset_reset -> earliest, not smallest
- new consumer does not support auto_commit_interval_messages
|