openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
Python client for Apache Kafka
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 08, 2024 — Aug 08, 2025
Showing page 70 of 83
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Improve leader failover tests; note that async produce failover is broken -- so skip that test for now
Dana Powers
More...
almost 11 years ago
Add test timers via nose-timer plugin; list the 10 slowest by default
Dana Powers
More...
almost 11 years ago
Add producer unit test (test/test_producer.py); check supported types in send_messages
Dana Powers
More...
almost 11 years ago
Raise TypeError in kafka.producer.send_messages if any msg is not a str (or subclass); document
Dana Powers
More...
almost 11 years ago
Merge pull request #177 from zever/fetch-last-known-offsets
Dana Powers
More...
almost 11 years ago
Add pylint to tox.ini; test both kafka and test; default to error-checking only; fixup errors; skip kafka/queue.py
Dana Powers
More...
almost 11 years ago
Merge pull request #196 from dpkp/reinit_connection_error
Dana Powers
More...
almost 11 years ago
Merge pull request #204 from mdaniel/better-type-errors
Dana Powers
More...
almost 11 years ago
Fix write_int and write_short type validation
Matthew L Daniel
More...
almost 11 years ago
PEP8 fixes
Matthew L Daniel
More...
almost 11 years ago
Failing test for write_int and write_short
Matthew L Daniel
More...
almost 11 years ago
PEP8 fixes
Matthew L Daniel
More...
almost 11 years ago
Correctly declare unittest2 dependency
Matthew L Daniel
More...
almost 11 years ago
Merge pull request #194 from dpkp/kafka_timeout_error
Dana Powers
More...
almost 11 years ago
Add TravisCI config for auto deployment
David Arthur
More...
almost 11 years ago
Change TravisCI badge to reflect master branch
David Arthur
More...
almost 11 years ago
Tell Travis to build release-* branches as well as master
David Arthur
More...
almost 11 years ago
Adding IRC to README
David Arthur
More...
almost 11 years ago
Add a mock to sock.recv() in the test_conn setUp method. Returns 2 packet payloads, then '', then error
Dana Powers
More...
almost 11 years ago
Fix test_conn tests wrt _dirty / _sock
Dana Powers
More...
almost 11 years ago
Improve docstrings in kafka.conn
Dana Powers
More...
almost 11 years ago
Shutdown socket before closing in kafka.conn
Dana Powers
More...
almost 11 years ago
Remove duplicate error handling blocks by moving empty response check into try block in conn.recv
Dana Powers
More...
almost 11 years ago
Remove self._dirty and check self._sock instead in kafka.conn
Dana Powers
More...
almost 11 years ago
Remove unused imports from test/test_conn.py
Dana Powers
More...
almost 11 years ago
Implement last of the skipped test_conn.py tests
Dana Powers
More...
almost 11 years ago
Implement a few more skipped tests in test/test_conn.py
Dana Powers
More...
almost 11 years ago
Move common connection testing code to setUp method
Dana Powers
More...
almost 11 years ago
Implementing more skipped connection tests (send and recv)
Dana Powers
More...
almost 11 years ago
Cleanup some connection tests in test/test_conn.py
Dana Powers
More...
almost 11 years ago
←
1
2
…
66
67
68
69
70
71
72
73
74
…
82
83
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree