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

dekaf: Bump kafka-protocol to 0.13.0 #1740

Closed
wants to merge 4 commits into from

Commits on Oct 25, 2024

  1. dekaf: Implement DeletionMode to allow representing deletions as a …

    …Kafka header instead of a tombstone
    jshearer committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cc3b486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb3fd03 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. dekaf: Bump kafka-protocol to 0.13.0 and upgrade the Fetch API to…

    … support flexible versions.
    
    I _believe_ this should fix the warning about `Message at offset xx might be too large to fetch, try increasing receive.message.max.bytes`.
    jshearer committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e49688a View commit details
    Browse the repository at this point in the history
  2. dekaf: Remove readback, as it wasn't the solution to the lag issue, a…

    …nd it seems to be causing issues by allowing consumers to periodically read _just_ the last ack message
    jshearer committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3ce62f6 View commit details
    Browse the repository at this point in the history