0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support setting offsets in set_topic_partitions(); reorganize offsets initialization More... almost 11 years ago
_client is private var More... almost 11 years ago
Move kafka._msg_iter initialization from __init__() to next() More... almost 11 years ago
self._topics is private; fixup topic iterations for new TopicAndPartition list; add more type checks to set_topic_and_partitions More... almost 11 years ago
Add set_topic_partitions method to configure topics/partitions to consume More... almost 11 years ago
Use client.get_partition_ids_for_topic More... almost 11 years ago
Use configure() to check and set configuration keys More... almost 11 years ago
add private methods _set_consumer_timeout_start() and _check_consumer_timeout() More... almost 11 years ago
Handle FailedPayloadsError on client.send_fetch_request; permit offsets(); update docstring More... almost 11 years ago
Merge pull request #233 from dpkp/str_join_speedup More... almost 11 years ago
A simpler kafka consumer: More... almost 11 years ago
Merge pull request #232 from dpkp/directory_layout More... almost 11 years ago
Use b''.join([]) instead of += to speedup code More... almost 11 years ago
Fixup test_context.py unittest import More... almost 11 years ago
Merge pull request #217 from locationlabs/transaction More... almost 11 years ago
Update python version support in README More... almost 11 years ago
Separate consumers/producers/partitioners More... almost 11 years ago
Add recent PR merges to Changelog for 0.9.3 More... almost 11 years ago
Bump version to 0.9.3-dev More... almost 11 years ago
Merge pull request #223 from dpkp/metadata_refactor More... almost 11 years ago
Updating AUTHORS.md with latest top contributors More... almost 11 years ago
Add six to tox.ini testing deps More... almost 11 years ago
Merge pull request #227 from wizzat-feature/py3 More... almost 11 years ago
Merge pull request #221 from dpkp/minor_cleanups More... almost 11 years ago
Merge pull request #222 from dpkp/fix_socket_timeout_test More... almost 11 years ago
Update kafka.util.crc32 to unsigned everywhere More... almost 11 years ago
Fix the multiprocessing tests for python 3 More... almost 11 years ago
Fix test errors related to mocks More... almost 11 years ago
Merge branch 'feature/py3' of https://github.com/brutasse/kafka-python into feature/py3 More... almost 11 years ago
Rename KafkaTransaction to OffsetCommitContext for clarity. More... almost 11 years ago