- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 218
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: twmb/franz-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: twmb/franz-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 6 files changed
- 1 contributor
Commits on Jan 22, 2024
-
kadm: add DeleteTopic,DeleteGroup,Error
Adds Error for many responses, which may sometimes be helpful.
Configuration menu - View commit details
-
Copy full SHA for 0b89158 - Browse repository at this point
Copy the full SHA 0b89158View commit details -
Merge pull request #666 from twmb/kadm
kadm: add DeleteTopic,DeleteGroup,Error
Configuration menu - View commit details
-
Copy full SHA for a2d69ce - Browse repository at this point
Copy the full SHA a2d69ceView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d40ac19 - Browse repository at this point
Copy the full SHA d40ac19View commit details -
Previously, if CommitOffsetsSync was called during a rebalance, and the context being used is canceled while the rebalance was occurring, then the client would deadlock. Internally, committing is blocked if a rebalance is actively happening. There's some complex logic to have, effectively, a cancelable lock if the user wants to not wait for a rebalance to complete while trying to commit offsets. There was a bug, and since the fix is one line, it's easier to see than explain. Closes #668.
Configuration menu - View commit details
-
Copy full SHA for cd65d77 - Browse repository at this point
Copy the full SHA cd65d77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20867cd - Browse repository at this point
Copy the full SHA 20867cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f0269 - Browse repository at this point
Copy the full SHA 41f0269View commit details -
The prior commit was insufficient -- we left a dangling lock, and we had that same dangling lock in the cancelable commit offsets.
Configuration menu - View commit details
-
Copy full SHA for 99d6dfb - Browse repository at this point
Copy the full SHA 99d6dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e08d276 - Browse repository at this point
Copy the full SHA e08d276View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5207aa - Browse repository at this point
Copy the full SHA c5207aaView commit details
There are no files selected for viewing