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: twmb/franz-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Choose a base ref
...
head repository: twmb/franz-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.1
Choose a head ref
  • 15 commits
  • 11 files changed
  • 3 contributors

Commits on Oct 19, 2022

  1. franz-go: test against redpanda

    Turns out, redpanda does not like the EndBeginTxnUnsafe option.
    That's valid.
    twmb committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    31e6e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    152bad8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. kadm: pin latest franz-go

    Potentially, this ensures people using kadm have the latest franz-go bug
    fixes (which are a bit important)
    twmb committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7ae4327 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #232 from twmb/kadm_franz_bump

    kadm: pin latest franz-go
    twmb authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    d20a322 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Fix Redpanda tests

    mihaitodor committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    7134032 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #233 from mihaitodor/redpanda-mihai

    Fix Redpanda tests
    twmb authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0f20096 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #225 from twmb/redpanda

    franz-go: test against redpanda
    twmb authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b605610 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    47eccba View commit details
    Browse the repository at this point in the history
  2. kgo sasl reauth: be more pessimistic

    AWS is saying that we have 12hr of auth lifetime, and then throwing
    authorization errors at ~11hr50min.
    
    We will be more pessimistic and use only 95 to 98% of the lifetime.
    This is similar to the Java client, which uses 85 to 95%.
    
    Closes #205.
    twmb committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    eb6e3b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    172c02e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Merge pull request #236 from rmb938/fix235

    append partitions and topics to delete records request
    twmb authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    fd636b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. kgo txn: handle UNKNOWN_SERVER_ERROR more widely

    This error is technically not retryable, but in the context of
    transactions, at worst, we will eventually see a better more direct
    error.
    
    Redpanda returns this error a bit right now (although this is being
    reduced with 22.3), but we may as well be more resilient anyway.
    twmb committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3ecaff2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #242 from twmb/updates

    franz-go: be more pessimistic about sasl lifetime timeout
    twmb authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    89cdc4d View commit details
    Browse the repository at this point in the history
  3. CHANGELOG: note incoming v1.9.1 release

    Also hopefully changes gh actions to not run tests on markdown file
    changes.
    twmb committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    5fc4002 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #243 from twmb/release

    CHANGELOG: note incoming v1.9.1 release
    twmb authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    98802e5 View commit details
    Browse the repository at this point in the history
Loading