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: Detect and handle requests for documents in a limited range directly before the write-head of a collection #1701

Merged
merged 8 commits into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    cfd133e View commit details
    Browse the repository at this point in the history
  2. dekaf: Detect special-case of data preview UIs, and serve documents

    where normally no documents would get served
    jshearer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7c49c5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13747e1 View commit details
    Browse the repository at this point in the history
  4. dekaf: Clean up and clarify some anonymous types, as well as ensuring…

    … that a session that has been used for data previews cannot subsequently be re-used for non-preview fetches
    jshearer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d8c6fdc View commit details
    Browse the repository at this point in the history
  5. dekaf: Fix data-preview session bound to allow for caught-up consumer…

    …s polling for more records
    jshearer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2de1892 View commit details
    Browse the repository at this point in the history
  6. dekaf: respond with correct high_water_mark/last_stable_offset when s…

    …erving data preview responses
    jshearer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5714bb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22636f4 View commit details
    Browse the repository at this point in the history
  8. dekaf: Fix sanity check to also bail out if a data-preview session is…

    … then used to ask for documents newer than the write-head
    jshearer committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    db73eeb View commit details
    Browse the repository at this point in the history