0
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'repr' of https://github.com/mahendra/kafka-python into mahendra-repr More... over 11 years ago
Merge pull request #100 from cosbynator/no_infinite_loops_real More... over 11 years ago
Make integration test warming more intuitive More... over 11 years ago
Add a few 9s test_multi_process_consumer, make clear what setUp is doing More... over 11 years ago
Throw KafkaUnavailableError when no brokers available More... over 11 years ago
Merge pull request #99 from vadimg/master More... over 11 years ago
Exception hierarchy, invalidate more md on errors More... over 11 years ago
remove zero length field name in format string, to work in Python 2.6 More... over 11 years ago
Merge pull request #88 from rdiomar/rdiomar_changes More... over 11 years ago
Change log.error() back to log.exception() More... over 11 years ago
Change BufferUnderflowError to ConnectionError in conn._read_bytes() Both errors are handled the same way when raised and caught, so this makes sense. More... over 11 years ago
Merge pull request #66 from jcrobak/fix-import-collision More... over 11 years ago
Some cleanup and easier to read test fixture output More... over 11 years ago
Skip snappy/gzip tests if they're not available More... over 11 years ago
Remove unnecessary method More... over 11 years ago
Handle dirty flag in conn.recv() More... over 11 years ago
Use the same timeout when reinitializing a connection More... over 11 years ago
Deleting client_id from offset commit and fetch response as per Kafka trunk code More... over 11 years ago
Syncing offset commit and fetch api keys with Kafka trunk code More... over 11 years ago
Add object type and ID to message prefix in fixtures output for easier debugging More... over 11 years ago
Make kafka brokers per-test in failover integration tests More... over 11 years ago
Add tests for limited and unlimited consumer max_buffer_size More... over 11 years ago
Fix client and consumer params in integration tests More... over 11 years ago
Remove unnecessary brackets More... over 11 years ago
Handle starting/stopping Kafka brokers that are already started/stopped in integration tests More... over 11 years ago
Add a limit to fetch buffer size, and actually retry requests when fetch size is too small More... over 11 years ago
Fix client error handling More... over 11 years ago
Raise a ConnectionError when a socket.error is raised when receiving data Also, log.exception() is unhelpfully noisy. Use log.error() with some error details in the message instead. More... over 11 years ago
Fix seek offset deltas More... over 11 years ago
Style fix for imports More... over 11 years ago