0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 04, 2024 — Aug 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
conn: Catch ssl.EOFErrors on Python3.3 so we close the failing conn (#1162) More... about 8 years ago
Fix test for older brokers More... about 8 years ago
Changed retrieve_offsets to allow fetching multiple offsets at once More... about 8 years ago
Merge pull request #1160 from dpkp/issue1155 More... about 8 years ago
Fix test for older brokers More... about 8 years ago
Added basic support for offsets_for_times API. Still needs to group by nodes and send in parallel. More... about 8 years ago
Make UnknownTopicOrPartitionError retriable error More... about 8 years ago
Fix batch expiry messages to state seconds More... about 8 years ago
Use for join-time-max and sync-time-max metrics Max() measure function (#1146) More... about 8 years ago
added gssapi support (Kerberos) for SASL (#1152) More... about 8 years ago
Add note, that `max_in_flight_requests_per_connection>1` may change order or messages (#1149) More... about 8 years ago
producer: fix produce timeout message (#1151) More... about 8 years ago
Protocol updates for 0.11.0.0 (#1127) More... about 8 years ago
change_subscription called only when necessary (#1132) More... about 8 years ago
Use logging's built-in string interpolation More... about 8 years ago
Fix typo More... about 8 years ago
producer: Set exit timeout to 0 for atexit handler to match __del__ (#1126) More... about 8 years ago
KIP-144: Exponential backoff for broker reconnections (#1124) More... about 8 years ago
Backoff on unavailable group coordinator retry (#1125) More... about 8 years ago
Fixup for #1085 -- only check for changed metadata on disconnected nodes More... about 8 years ago
Do not test fetched_size with fetch_max_bytes since 0.11 brokers will return more data than 0.10 More... about 8 years ago
Increase max_buffer_size for test_large_messages More... about 8 years ago
Fix fetch_max_bytes=1 consumer integration test More... about 8 years ago
Use fixture hostname (dont assume localhost) More... about 8 years ago
Add 0.11.0.0 server resources (reduced offsets.topic.replication.factor=1) More... about 8 years ago
Follow-up: support manual py26 testing; dont advertise 3.3 support More... about 8 years ago
Add kafka 0.10.2.1 into integration testing version (#1096) More... about 8 years ago
Describe consumer thread-safety More... about 8 years ago
Update exception docstring More... over 8 years ago
raise KafkaTimeoutException when flush times out More... over 8 years ago