-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: kafka-python-ng/kafka-python-ng
base: v2.1.0
head repository: kafka-python-ng/kafka-python-ng
compare: v2.2.0
- 7 commits
- 28 files changed
- 6 contributors
Commits on Mar 19, 2024
-
Support Describe log dirs (#145)
I implemented API KEY 35 from the official Apache Kafka documentation. This functionality is requested in issue # 2163 and this is an implementation proposal. Co-authored-by: chopatate <florian.courouge@outlook.fr>
Configuration menu - View commit details
-
Copy full SHA for 2f2ccb1 - Browse repository at this point
Copy the full SHA 2f2ccb1View commit details
Commits on Mar 20, 2024
-
Update conftest.py to use request.node.originalname instead for legal…
… topic naming (#172) * Update conftest.py to use request.node.originalname instead for legal topic naming Otherwise parametrization doesn't work. * Update test/conftest.py Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com> --------- Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0259502 - Browse repository at this point
Copy the full SHA 0259502View commit details -
KIP-345 Static membership implementation (#137)
* KIP-345 Add static consumer membership support * KIP-345 Add examples to docs * KIP-345 Add leave_group_on_close flag https://issues.apache.org/jira/browse/KAFKA-6995 * KIP-345 Add tests for static membership * KIP-345 Update docs for leave_group_on_close option * Update changelog.rst * remove six from base.py * Update base.py * Update base.py * Update base.py * Update changelog.rst * Update README.rst --------- Co-authored-by: Denis Kazakov <d.kazakov@mcplat.ru> Co-authored-by: Denis Kazakov <denis@kazakov.ru.net>
Configuration menu - View commit details
-
Copy full SHA for 3c124b2 - Browse repository at this point
Copy the full SHA 3c124b2View commit details
Commits on Mar 26, 2024
-
Use monkeytype to create some semblance of typing (#173)
* Add typing * define types as Struct for simplicity's sake
Configuration menu - View commit details
-
Copy full SHA for 56065da - Browse repository at this point
Copy the full SHA 56065daView commit details -
Add zstd support on legacy record and ensure no variable is referred …
…before definition (#138) * fix if statement logic and add zstd check * fix if statement logic and add zstd uncompress * fix imports * avoid variable be used before definition * Remove unused import from legacy_records.py --------- Co-authored-by: Alexandre Souza <alexandre.souza@axonius.com>
Configuration menu - View commit details
-
Copy full SHA for cbf317b - Browse repository at this point
Copy the full SHA cbf317bView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af1a5f0 - Browse repository at this point
Copy the full SHA af1a5f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aba153f - Browse repository at this point
Copy the full SHA aba153fView 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 v2.1.0...v2.2.0