-
Notifications
You must be signed in to change notification settings - Fork 800
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: segmentio/kafka-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.39
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: segmentio/kafka-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.40
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 21 files changed
- 9 contributors
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2304d4a - Browse repository at this point
Copy the full SHA 2304d4aView commit details
Commits on Mar 27, 2023
-
Add DeleteGroups function to Client (#1095)
* Add DeleteGroups function to Client * goimports * set minimum Kafka version * goimports * improvements
Configuration menu - View commit details
-
Copy full SHA for fd64eaa - Browse repository at this point
Copy the full SHA fd64eaaView commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84acde1 - Browse repository at this point
Copy the full SHA 84acde1View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a66e58 - Browse repository at this point
Copy the full SHA 8a66e58View commit details
Commits on May 5, 2023
-
Don't invoce r.log() if not r.debug (#1110)
Profiling shows that up to 40% of our allocations happen in r.markRead(): just to allocate a slice to pass the "remain" arg, which will be discarded because we don't run with r.debug=true. This makes the code slightly verbose, having to check the debug mode before invoking r.log(), but it's a huge difference in high-throughput applications. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
Configuration menu - View commit details
-
Copy full SHA for 5e7b724 - Browse repository at this point
Copy the full SHA 5e7b724View commit details -
Update SCRAM dependency (#1108)
xdg/scram was moved to xdg-go/scram, the original no longer gets updated
Configuration menu - View commit details
-
Copy full SHA for 185381d - Browse repository at this point
Copy the full SHA 185381dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b737754 - Browse repository at this point
Copy the full SHA b737754View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb95ed - Browse repository at this point
Copy the full SHA ceb95edView commit details -
Not omit error in logger (#1096)
Add explicit errors as arguments so anyone can handle them in the logger implementation.
Configuration menu - View commit details
-
Copy full SHA for fcf85ac - Browse repository at this point
Copy the full SHA fcf85acView 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 v0.4.39...v0.4.40