forked from dpkp/kafka-python
-
Notifications
You must be signed in to change notification settings - Fork 13
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: kafka-python-ng/kafka-python-ng
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: kafka-python-ng/kafka-python-ng
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 9 files changed
- 3 contributors
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6d0579 - Browse repository at this point
Copy the full SHA a6d0579View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for deebd8f - Browse repository at this point
Copy the full SHA deebd8fView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 448017e - Browse repository at this point
Copy the full SHA 448017eView commit details
Commits on Jul 12, 2024
-
Patch pylint warnings so tests pass again (#184)
* stop pylint complaint for uncovered conditional flow * add todo to revisit * formatting makes me happy :) * Fix errors raised by new version of Pylint so tests pass again
Configuration menu - View commit details
-
Copy full SHA for 5e461a7 - Browse repository at this point
Copy the full SHA 5e461a7View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 401896b - Browse repository at this point
Copy the full SHA 401896bView commit details
Commits on Aug 9, 2024
-
Test test/test_consumer_group.py::test_group and test/test_admin_integration.py::test_describe_consumer_group_exists busy-retry and this might have caused Java not having enough CPU time on GitHub runner, and result in test failure.
Configuration menu - View commit details
-
Copy full SHA for 31a6b92 - Browse repository at this point
Copy the full SHA 31a6b92View commit details
Commits on Aug 15, 2024
-
fix scram username character escape (#196)
According to [rfc5802](https://datatracker.ietf.org/doc/html/rfc5802), username should escape special characters before sending to the server. > The characters ',' or '=' in usernames are sent as '=2C' and '=3D' respectively. If the server receives a username that contains '=' not followed by either '2C' or '3D', then the server MUST fail the authentication.
Configuration menu - View commit details
-
Copy full SHA for 9bee9fc - Browse repository at this point
Copy the full SHA 9bee9fcView commit details
Commits on Oct 3, 2024
-
Improve test/test_consumer_integration.py in GitHub runner (#194)
test/test_consumer_integration.py::test_kafka_consumer__blocking failed in https://github.com/wbarnha/kafka-python-ng/actions/runs/10361086008/job/28680735389?pr=186 because it took 592ms to finish. Output from the GitHub runner attached This commit increase TIMEOUT_MS so it is less likely to fail on GitHub runner. # Ask for 5 messages, 10 in queue. Get 5 back, no blocking messages = [] with Timer() as t: for i in range(5): msg = next(consumer) messages.append(msg) assert_message_count(messages, 5) > assert t.interval < (TIMEOUT_MS / 1000.0) E assert 0.5929090976715088 < (500 / 1000.0) E + where 0.5929090976715088 = <test.testutil.Timer object at 0x7f6c4b50e960>.interval Co-authored-by: William Barnhart <williambbarnhart@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6104623 - Browse repository at this point
Copy the full SHA 6104623View commit details
Loading
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.2.2...v2.2.3