Skip to content
Permalink

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
Choose a base ref
...
head repository: segmentio/kafka-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.40
Choose a head ref
  • 9 commits
  • 21 files changed
  • 9 contributors

Commits on Mar 10, 2023

  1. Copy the full SHA
    2304d4a View commit details

Commits on Mar 27, 2023

  1. Add DeleteGroups function to Client (#1095)

    * Add DeleteGroups function to Client
    
    * goimports
    
    * set minimum Kafka version
    
    * goimports
    
    * improvements
    bgranvea authored Mar 27, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fd64eaa View commit details

Commits on Apr 28, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    SimenB Simen Bekkhus
    Copy the full SHA
    84acde1 View commit details

Commits on May 3, 2023

  1. Copy the full SHA
    8a66e58 View commit details

Commits on May 5, 2023

  1. 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>
    colega authored May 5, 2023
    Copy the full SHA
    5e7b724 View commit details
  2. Update SCRAM dependency (#1108)

    xdg/scram was moved to xdg-go/scram, the original no longer gets updated
    SoMuchForSubtlety authored May 5, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    SimenB Simen Bekkhus
    Copy the full SHA
    185381d View commit details
  3. Verified

    This commit was signed with the committer’s verified signature.
    SimenB Simen Bekkhus
    Copy the full SHA
    b737754 View commit details
  4. Copy the full SHA
    ceb95ed View commit details
  5. Not omit error in logger (#1096)

    Add explicit errors as arguments so anyone can handle them in the logger implementation.
    itechdima authored May 5, 2023
    Copy the full SHA
    fcf85ac View commit details
Loading