0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Aug 04, 2024 — Aug 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add client unit tests for has_metadata_for_topic and ensure_topic_exists More... almost 11 years ago
Cleanup tests: no more import *; remove unused More... almost 11 years ago
Merge pull request #216 from zever/nit-incorrect-except-format More... almost 11 years ago
Add test for sending produce request to unknown topic w/o auto-creation More... almost 11 years ago
Use standard exceptions in client._get_leader_for_partition() - drop custom PartitionUnavailable exception - raise UnknownTopicOrPartitionError or LeaderNotAvailableError - add tests for exception raises More... almost 11 years ago
Raise UnknownTopicOrPartitionError immediately in ensure_topic_exists -- server is not auto-creating More... almost 11 years ago
load_metadata_for_topics should raise exceptions on explicit topic args More... almost 11 years ago
Dont need to use callbacks for offset fetch requests More... almost 11 years ago
Refactor internal metadata dicts in KafkaClient - use helper methods not direct access - add get_partition_ids_for_topic - check for topic and partition errors during load_metadata_for_topics - raise LeaderNotAvailableError when topic is being auto-created or UnknownTopicOrPartitionError if auto-creation off More... almost 11 years ago
No more custom LeaderUnavailableError exception -- raise LeaderNotAvailableError More... almost 11 years ago
if error code is not recognized in check_error: raise UnknownError More... almost 11 years ago
Rearrange KafkaClient method order to group client metadata methods together More... almost 11 years ago
Improve metadata protocol handling - add MetadataRequest and MetadataResponse namedtuples - add TopicMetadata namedtuple - add error codes to Topic and Partition Metadata - add KafkaClient.send_metadata_request() method - KafkaProtocol.decode_metadata_response changed to return a MetadataResponse object so that it is consistent with server api: [broker_list, topic_list] More... almost 11 years ago
Fix socket timeout test -- mock the side_effect More... almost 11 years ago
Another attempt to fix failover test flapping More... almost 11 years ago
Import cleanups in tests More... almost 11 years ago
Add a little more detail to test instructions in README More... almost 11 years ago
Add simple PyPI install instructions and link to releases in README More... almost 11 years ago
Update README code examples to import from kafka not kafka.client, kafka.consumer, etc More... almost 11 years ago
Minor import cleanups More... almost 11 years ago
Change message type requirement from str to bytes for clarity and prep for python3 More... almost 11 years ago
Add trove classifiers for python 2.6, 2.7, and pypy to setup.py for PyPI More... almost 11 years ago
Improve documentation in example More... almost 11 years ago
Add transaction context manager. More... almost 11 years ago
just fixing a silly except formatting mistake More... almost 11 years ago
Fix more tests, only multiprocessing consumer ones remaining More... almost 11 years ago
Fix more tests, only multiprocessing consumer ones remaining More... almost 11 years ago
Bytes in self.msg() More... almost 11 years ago
Bytes in self.msg() More... almost 11 years ago
Use built-in next() More... almost 11 years ago