Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v22.2.x] Support compressed batches in kafka client #10178

Commits on Apr 18, 2023

  1. storage: Added synchronous record_batch decompress

    Added calls that will decompress record_batch's synchronously
    
    (cherry picked from commit 1e9968e)
    michael-redpanda authored and vbotbuildovich committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f41e5f9 View commit details
    Browse the repository at this point in the history
  2. pp: Decompressing compressed batches

    Added calls that will decompress record_batch's synchronously when
    fetched via kafka client.
    
    (cherry picked from commit aa69b3e)
    michael-redpanda authored and vbotbuildovich committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d739f51 View commit details
    Browse the repository at this point in the history
  3. pp/tests: Added test to consume compressed batch

    Added two tests, one for direct partition fetch and an additional one
    that will use consumer groups.
    
    Signed-off-by: Michael Boquard <[email protected]>
    (cherry picked from commit 09deb86)
    michael-redpanda authored and vbotbuildovich committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ba61613 View commit details
    Browse the repository at this point in the history
  4. sr: Decompressing compressed batches in SR

    Fixes: redpanda-data#8546
    
    Signed-off-by: Michael Boquard <[email protected]>
    (cherry picked from commit 641c437)
    michael-redpanda authored and vbotbuildovich committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    bde9552 View commit details
    Browse the repository at this point in the history