-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: dpkp/kafka-python
base: master
head repository: HalfSweet/kafka-python
compare: master
- 13 commits
- 22 files changed
- 5 contributors
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b28994 - Browse repository at this point
Copy the full SHA 4b28994View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4bf0d4 - Browse repository at this point
Copy the full SHA e4bf0d4View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b95e46d - Browse repository at this point
Copy the full SHA b95e46dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78c74c0 - Browse repository at this point
Copy the full SHA 78c74c0View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e796019 - Browse repository at this point
Copy the full SHA e796019View commit details -
Reconfigure tests to complete in a more timely manner and skip some i…
…terations for Kafka 0.8.2 and Python 3.12 (#159) * skip failing tests for PyPy since they work locally * Reconfigure tests for PyPy and 3.12 * Skip partitioner tests in test_partitioner.py if 3.12 and 0.8.2 * Update test_partitioner.py * Update test_producer.py * Timeout tests after ten minutes * Set 0.8.2.2 to be experimental from hereon * Formally support PyPy 3.9
Configuration menu - View commit details
-
Copy full SHA for 38e159a - Browse repository at this point
Copy the full SHA 38e159aView commit details
Commits on Mar 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d26351d - Browse repository at this point
Copy the full SHA d26351dView commit details -
Test Kafka 0.8.2.2 using Python 3.10 in the meantime (#161)
* Test Kafka 0.8.2.2 using Python 3.11 in the meantime * Override PYTHON_LATEST conditionally in python-package.yml * Update python-package.yml * add python annotation to kafka version test matrix * Update python-package.yml * try python 3.10
Configuration menu - View commit details
-
Copy full SHA for e762321 - Browse repository at this point
Copy the full SHA e762321View commit details -
Remove support for EOL'ed versions of Python (#160)
* Remove support for EOL'ed versions of Python * Update setup.py
Configuration menu - View commit details
-
Copy full SHA for 00750aa - Browse repository at this point
Copy the full SHA 00750aaView commit details -
Stop testing Python 3.13 in python-package.yml (#162)
Too many MRs to review... so little time.
Configuration menu - View commit details
-
Copy full SHA for 5bd1323 - Browse repository at this point
Copy the full SHA 5bd1323View commit details -
Avoid 100% CPU usage while socket is closed (#156)
After stop/start kafka service, kafka-python may use 100% CPU caused by busy-retry while the socket was closed. This fix the issue by unregister the socket if the fd is negative. Co-authored-by: Orange Kao <orange@aiven.io>
Configuration menu - View commit details
-
Copy full SHA for cda8f81 - Browse repository at this point
Copy the full SHA cda8f81View commit details -
Fix DescribeConfigsResponse_v1 config_source (#150)
Co-authored-by: Ryar Nyah <ryarnyah@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c02df08 - Browse repository at this point
Copy the full SHA c02df08View commit details
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c312520 - Browse repository at this point
Copy the full SHA c312520View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master