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: main
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: apacker-pre-compression-test
Choose a head ref
  • 10 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 29, 2023

  1. test pre-compressed record sets

    Andrew Packer committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b0486f7 View commit details
    Browse the repository at this point in the history
  2. fix unresolved ref, remove failing test

    Andrew Packer committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3ebd0bb View commit details
    Browse the repository at this point in the history
  3. add a magic v3 record set for pre-compressed data

    Andrew Packer committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0463511 View commit details
    Browse the repository at this point in the history
  4. wire through message version to record set version

    Andrew Packer committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4005292 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. embed pre-encoded metadata in record

    Andrew Packer committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7456ee4 View commit details
    Browse the repository at this point in the history
  2. write pre-encoded key and value lengths

    Andrew Packer committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d35e142 View commit details
    Browse the repository at this point in the history
  3. pre-encoded lengths in record attributes

    Andrew Packer committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    fd9f181 View commit details
    Browse the repository at this point in the history
  4. log full record

    Andrew Packer committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    106e913 View commit details
    Browse the repository at this point in the history
  5. log key and value

    Andrew Packer committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e79d8a6 View commit details
    Browse the repository at this point in the history
  6. remove key/val log

    Andrew Packer committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    caafaac View commit details
    Browse the repository at this point in the history
Loading